Imgup.io remote uploader
This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.
What is Imgup.io remote uploader?
Imgup.io remote uploader is a Chrome extension developed by http://imgup.io, and its main feature is "This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.".
Extension Screenshots
Download Imgup.io remote uploader Extension CRX File
Download Imgup.io remote 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
This Chrome extension will enable you to right-click on images and immediately uploaded them to http://imgup.io - the free image hosting website. From there, you'll be able to share your image wherever you like. Some websites have hot-linking protection, which will stop you from sharing there content. This extension also eliminates the need to download an image to your computer, find a host and upload it.
Extension Basic Information
Name | |
ID | gnhkahfmikapdcfnmbclobpembneonfn |
Official URL | https://chrome.google.com/webstore/detail/imgupio-remote-uploader/gnhkahfmikapdcfnmbclobpembneonfn |
Description | This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share. |
File Size | 156 KB |
Installation Count | 24 |
Current Version | 1.0 |
Last Updated | 2015-01-04 |
Publish Date | 2015-01-04 |
Rating | 1.00/5 Total 1 Ratings |
Developer | http://imgup.io |
Payment Type | free |
Extension Website | http://imgup.io |
Help Page URL | http://imgup.io/contact |
Supported Languages | en-GB |
manifest.json | |
{ "manifest_version": 2, "name": "Imgup.io remote uploader", "description": "This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.", "version": "1.0", "permissions": [ "storage", "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "48": "img\/favicon.png" }, "options_page": "options.html", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "homepage_url": "http:\/\/imgup.io", "background": { "scripts": [ "js\/background.js" ] } } |