11st Report Helper
11st Report Helper
What is 11st Report Helper?
11st Report Helper is a Chrome extension developed by muyoungko11st, and its main feature is "11st Report Helper".
Download 11st Report Helper Extension CRX File
Download 11st Report Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
상세설명은 필요없습니다.
Extension Basic Information
Name | 11st Report Helper |
ID | adgnmilldaobmacofbiobmnkfmojkopn |
Official URL | https://chromewebstore.google.com/detail/11st-report-helper/adgnmilldaobmacofbiobmnkfmojkopn |
Description | 11st Report Helper |
File Size | 27.16 KB |
Installation Count | 19 |
Current Version | 1.1.2 |
Last Updated | 2017-08-18 |
Publish Date | 2017-08-17 |
Rating | 5.00/5 Total 2 Ratings |
Developer | muyoungko11st |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "11st Report Helper", "version": "1.1.2", "manifest_version": 2, "description": "11st Report Helper", "browser_action": { "default_title": "11st Report Helper", "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webNavigation", "tabs", "*:\/\/*\/*", "contextMenus" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "myScript.js" ] }, { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-1.3.2.min.js" ] } ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |