Get Tmbl Image
Easy loading of jpg image from image page on Tumblr
What is Get Tmbl Image?
Get Tmbl Image is a Chrome extension developed by Gennady Chugrin, and its main feature is "Easy loading of jpg image from image page on Tumblr".
Download Get Tmbl Image Extension CRX File
Download Get Tmbl Image extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Get Tmbl Image |
ID | jipimhonlfmehelndpbmbbpipcampbjb |
Official URL | https://chromewebstore.google.com/detail/get-tmbl-image/jipimhonlfmehelndpbmbbpipcampbjb |
Description | Easy loading of jpg image from image page on Tumblr |
File Size | 18.97 KB |
Installation Count | 72 |
Current Version | 1.0 |
Last Updated | 2017-04-25 |
Publish Date | 2017-04-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Gennady Chugrin |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |