image-uploader
image uploader from drog && drop && copy link
What is image-uploader?
image-uploader is a Chrome extension developed by Vanilla, and its main feature is "image uploader from drog && drop && copy link".
Extension Screenshots
Download image-uploader Extension CRX File
Download image-uploader 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
Source code: https://github.com/liyaodong/image-uploader Extension Basic Information
| Name | |
| ID | eldkfjkkfnokbobofnjkocidcopchpoc |
| Official URL | https://chrome.google.com/webstore/detail/image-uploader/eldkfjkkfnokbobofnjkocidcopchpoc |
| Description | image uploader from drog && drop && copy link |
| File Size | 81.41 KB |
| Installation Count | 52 |
| Current Version | 0.0.6 |
| Last Updated | 2017-12-24 |
| Publish Date | 2017-12-24 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | Vanilla |
| [email protected] | |
| Payment Type | free |
| Privacy Policy Page URL | https://pandaily.trade/privacy |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.6",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-128.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"permissions": [
"clipboardWrite",
"tabs",
"storage",
"webRequest",
"*:\/\/*.qbox.me\/",
"*:\/\/*.qiniu.com\/"
],
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"browser_action": {
"default_icon": {
"19": "images\/icon-128.png",
"38": "images\/icon-128.png"
},
"default_title": "image-uploader",
"default_popup": "popup.html"
}
} | |