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.
Vad är Imgup.io remote uploader?
Imgup.io remote uploader är en Chrome-tillägg utvecklad av http://imgup.io, och dess huvudfunktion är "This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.".
Tilläggsskärmbilder
Ladda ner Imgup.io remote uploader-förlängningens CRX-fil
Ladda ner Imgup.io remote uploader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | gnhkahfmikapdcfnmbclobpembneonfn |
Officiell webbadress | https://chrome.google.com/webstore/detail/imgupio-remote-uploader/gnhkahfmikapdcfnmbclobpembneonfn |
Beskrivning | This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share. |
Filstorlek | 156 KB |
Antal Installationer | 24 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2015-01-04 |
Publiceringsdatum | 2015-01-04 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | http://imgup.io |
Betalningssätt | free |
Tilläggswebbplats | http://imgup.io |
Hjälpsida URL | http://imgup.io/contact |
Stödda Språk | 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" ] } } |