Imgur Uploader
Paste images into the textbox to upload it to Imgur
What is Imgur Uploader?
Imgur Uploader is a Chrome extension developed by ianwitherow, and its main feature is "Paste images into the textbox to upload it to Imgur".
Extension Screenshots
Download Imgur Uploader Extension CRX File
Download Imgur 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
Uploads images to imgur. You can paste an image (from a screen capture tool, for example), drag and drop, or browse for the file.
Extension Basic Information
Name | Imgur Uploader |
ID | andmkloglbglamchnakinmfdlbjnamgp |
Official URL | https://chromewebstore.google.com/detail/imgur-uploader/andmkloglbglamchnakinmfdlbjnamgp |
Description | Paste images into the textbox to upload it to Imgur |
File Size | 296 KB |
Installation Count | 110 |
Current Version | 1.0.1.13 |
Last Updated | 2016-03-15 |
Publish Date | 2016-03-15 |
Rating | 4.00/5 Total 3 Ratings |
Developer | ianwitherow |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Paste images into the textbox to upload it to Imgur", "manifest_version": 2, "icons": { "128": ".\/images\/Imgur_Logo_Icon.png", "16": ".\/images\/Imgur_Logo_Icon.png", "48": ".\/images\/Imgur_Logo_Icon.png" }, "browser_action": { "default_icon": ".\/images\/Imgur_Logo_Icon.png", "default_title": "Imgur Uploader", "default_popup": "popup.html" }, "minimum_chrome_version": "6.0.472", "name": "Imgur Uploader", "options_page": "options.html", "permissions": [ "contextMenus", "tabs", "unlimitedStorage", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.1.13" } |