Get Tmbl Image
Easy loading of jpg image from image page on Tumblr
Vad är Get Tmbl Image?
Get Tmbl Image är en Chrome-tillägg utvecklad av Gennady Chugrin, och dess huvudfunktion är "Easy loading of jpg image from image page on Tumblr".
Ladda ner Get Tmbl Image-förlängningens CRX-fil
Ladda ner Get Tmbl Image-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | jipimhonlfmehelndpbmbbpipcampbjb |
| Officiell webbadress | https://chromewebstore.google.com/detail/get-tmbl-image/jipimhonlfmehelndpbmbbpipcampbjb |
| Beskrivning | Easy loading of jpg image from image page on Tumblr |
| Filstorlek | 18.97 KB |
| Antal Installationer | 72 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2017-04-25 |
| Publiceringsdatum | 2017-04-25 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Gennady Chugrin |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |