Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.

Commit

Permalink
Merged branch dev into release/1.x/1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GomPam committed Feb 24, 2017
2 parents 6d7dce5 + f25fbd7 commit 2b35394
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Don't Need ActiveX!

## Install

### - Chrome Web Store

* [Download From 'Chrome Web Store'](https://chrome.google.com/webstore/detail/nplnninmekjdbcdggfkfjhhnbkendelb)

### - Manual Install

Expand All @@ -18,6 +21,8 @@ Don't Need ActiveX!
1. LcPayPaper.crx Drag & Drop
> ![Step_2](./install_image/step_2.png "Step_2")
1. Checked "Allow access to file URLs" Option

1. Done.


Expand Down
Binary file added src/icon_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added src/icon_570.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@
"manifest_version": 2,

"name": "로드컴플릿 급여명세서 뷰어",
"short_name": "LcPayPaper",

"description": "급여명세서를 ActiveX 없이 볼 수 있게!",
"author": "GomPam (JeongWon)",
"version": "1.0",
"version": "1.1",

"icons" : {
"57" : "icon.png"
"57" : "icon_57.png",
"57" : "icon_128.png",
"57" : "icon_570.png"
},
"browser_action" : {
"default_icon": "icon.png"
"default_icon": "icon_128.png"
},

"content_scripts" : [
Expand Down
Binary file added web_store_image/440280.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web_store_image/640400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web_store_image/Base.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2b35394

Please sign in to comment.