Get Tmbl Image
Easy loading of jpg image from image page on Tumblr
Cos'è Get Tmbl Image?
Get Tmbl Image è un'estensione di Chrome sviluppata da Gennady Chugrin, e la sua funzione principale è "Easy loading of jpg image from image page on Tumblr".
Scarica il file CRX dell'estensione Get Tmbl Image
Scarica i file di estensione Get Tmbl Image 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
When you are viewing image page on Tumblr ( for ex. like this https://cabin-porn.tumblr.com/post/159951690523) and there is a one image on this page and you want to save this image to your HDD ... just press the button of this extension. Informazioni di Base sull'Estensione
| Nome | |
| ID | jipimhonlfmehelndpbmbbpipcampbjb |
| URL Ufficiale | https://chromewebstore.google.com/detail/get-tmbl-image/jipimhonlfmehelndpbmbbpipcampbjb |
| Descrizione | Easy loading of jpg image from image page on Tumblr |
| Dimensione del File | 18.97 KB |
| Conteggio Installazioni | 72 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2017-04-25 |
| Data di Pubblicazione | 2017-04-25 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Gennady Chugrin |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Get Tmbl Image",
"description": "Easy loading of jpg image from image page on Tumblr",
"version": "1.0",
"background": {
"scripts": [
"popup.js"
]
},
"browser_action": [],
"permissions": [
"activeTab",
"tabs",
"downloads",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"icons": {
"16": "res\/img\/icon16.png",
"48": "res\/img\/icon48.png",
"128": "res\/img\/icon128.png"
}
} | |