Get Tmbl Image
Easy loading of jpg image from image page on Tumblr
Wat is Get Tmbl Image?
Get Tmbl Image is een Chrome-extensie ontwikkeld door Gennady Chugrin, en de belangrijkste functie is "Easy loading of jpg image from image page on Tumblr".
Download het CRX-bestand van de extensie Get Tmbl Image
Download Get Tmbl Image-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Get Tmbl Image |
ID | jipimhonlfmehelndpbmbbpipcampbjb |
Officiële URL | https://chromewebstore.google.com/detail/get-tmbl-image/jipimhonlfmehelndpbmbbpipcampbjb |
Beschrijving | Easy loading of jpg image from image page on Tumblr |
Bestandsgrootte | 18.97 KB |
Aantal Installaties | 72 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-04-25 |
Publicatiedatum | 2017-04-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Gennady Chugrin |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |