Imgur Uploader
Paste images into the textbox to upload it to Imgur
Cos'è Imgur Uploader?
Imgur Uploader è un'estensione di Chrome sviluppata da ianwitherow, e la sua funzione principale è "Paste images into the textbox to upload it to Imgur".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Imgur Uploader
Scarica i file di estensione Imgur 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
Uploads images to imgur.
You can paste an image (from a screen capture tool, for example), drag and drop, or browse for the file. Informazioni di Base sull'Estensione
| Nome | |
| ID | andmkloglbglamchnakinmfdlbjnamgp |
| URL Ufficiale | https://chromewebstore.google.com/detail/imgur-uploader/andmkloglbglamchnakinmfdlbjnamgp |
| Descrizione | Paste images into the textbox to upload it to Imgur |
| Dimensione del File | 296 KB |
| Conteggio Installazioni | 110 |
| Versione Corrente | 1.0.1.13 |
| Ultimo Aggiornamento | 2016-03-15 |
| Data di Pubblicazione | 2016-03-15 |
| Valutazione | 4.00/5 Totale 3 Valutazioni |
| Sviluppatore | ianwitherow |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Paste images into the textbox to upload it to Imgur",
"manifest_version": 2,
"icons": {
"128": ".\/images\/Imgur_Logo_Icon.png",
"16": ".\/images\/Imgur_Logo_Icon.png",
"48": ".\/images\/Imgur_Logo_Icon.png"
},
"browser_action": {
"default_icon": ".\/images\/Imgur_Logo_Icon.png",
"default_title": "Imgur Uploader",
"default_popup": "popup.html"
},
"minimum_chrome_version": "6.0.472",
"name": "Imgur Uploader",
"options_page": "options.html",
"permissions": [
"contextMenus",
"tabs",
"unlimitedStorage",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"version": "1.0.1.13"
} | |