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.
Qu'est-ce que Imgup.io remote uploader ?
Imgup.io remote uploader est une extension Chrome développée par http://imgup.io, et sa fonction principale est "This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Imgup.io remote uploader
Téléchargez les fichiers d'extension Imgup.io remote uploader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | gnhkahfmikapdcfnmbclobpembneonfn |
URL Officiel | 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. |
Taille du Fichier | 156 KB |
Nombre d'Installations | 24 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-01-04 |
Date de Publication | 2015-01-04 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | http://imgup.io |
Type de Paiement | free |
Site Web de l'Extension | http://imgup.io |
URL de la Page d'Aide | http://imgup.io/contact |
Langues Prises en Charge | 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" ] } } |