Freeimage.host Image Uploader
Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host
Qu'est-ce que Freeimage.host Image Uploader ?
Freeimage.host Image Uploader est une extension Chrome développée par http://freeimage.host, et sa fonction principale est "Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Freeimage.host Image Uploader
Téléchargez les fichiers d'extension Freeimage.host Image 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
Features: - Right click on any image on the web and upload to freeimage.host - "Snipping tool" with automatic upload to freeimage.host A notification with the image URL is presented.
Informations de Base sur l'Extension
Nom | |
ID | kgnlhgbjaebblellaillgfpkfdgalkek |
URL Officiel | https://chrome.google.com/webstore/detail/freeimagehost-image-uploa/kgnlhgbjaebblellaillgfpkfdgalkek |
Description | Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host |
Taille du Fichier | 55.38 KB |
Nombre d'Installations | 125 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2019-09-09 |
Date de Publication | 2019-09-09 |
Développeur | http://freeimage.host |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://freeimage.host |
URL de la Page de Politique de Confidentialité | https://photoland.io/page/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Freeimage.host Image Uploader", "default_locale": "en", "version": "1.1", "description": "__MSG_app_desc__", "icons": { "180": "assets\/img\/180.png", "192": "assets\/img\/192.png" }, "background": { "scripts": [ "assets\/scripts\/jquery.min.js", "assets\/scripts\/app.js", "assets\/scripts\/upload.js", "assets\/scripts\/request.js" ] }, "browser_action": { "default_title": "Freeimage.host Image Uploader", "default_icon": "assets\/img\/icon.png" }, "permissions": [ "*:\/\/*\/*", "activeTab", "clipboardWrite", "contextMenus", "notifications", "storage" ] } |