Open Large Tumblr Image
Open Large Tumblr Image
What is Open Large Tumblr Image?
Open Large Tumblr Image is a Chrome extension developed by Rocketmen, and its main feature is "Open Large Tumblr Image".
Extension Screenshots
Download Open Large Tumblr Image Extension CRX File
Download Open Large Tumblr 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
Allow opening full size tumblr images by right click on the smaller tumblr images. Versions: 1.0.0 Initial release 1.0.1 Open images in background tab instead 1.0.2 Stricter url match patterns
Extension Basic Information
Name | |
ID | jjgpkbapdaaekdlhalifmjnejcbmcakn |
Official URL | https://chrome.google.com/webstore/detail/open-large-tumblr-image/jjgpkbapdaaekdlhalifmjnejcbmcakn |
Description | Open Large Tumblr Image |
File Size | 16.23 KB |
Installation Count | 53 |
Current Version | 1.0.2 |
Last Updated | 2019-03-24 |
Publish Date | 2019-03-19 |
Developer | Rocketmen |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Large Tumblr Image", "version": "1.0.2", "description": "Open Large Tumblr Image", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "script.js" ] } ], "icons": { "128": "icon-128.png", "48": "icon-48.png", "16": "icon-16.png" }, "manifest_version": 2 } |