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
Cos'è Freeimage.host Image Uploader?
Freeimage.host Image Uploader è un'estensione di Chrome sviluppata da http://freeimage.host, e la sua funzione principale è "Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Freeimage.host Image Uploader
Scarica i file di estensione Freeimage.host Image Uploader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | kgnlhgbjaebblellaillgfpkfdgalkek |
URL Ufficiale | https://chrome.google.com/webstore/detail/freeimagehost-image-uploa/kgnlhgbjaebblellaillgfpkfdgalkek |
Descrizione | Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host |
Dimensione del File | 55.38 KB |
Conteggio Installazioni | 125 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-09-09 |
Data di Pubblicazione | 2019-09-09 |
Sviluppatore | http://freeimage.host |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://freeimage.host |
URL della Pagina della Politica sulla Privacy | https://photoland.io/page/privacy |
Lingue Supportate | 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" ] } |