Tumblr Expand
Tumblr dashboard posts expand on demand.
What is Tumblr Expand?
Tumblr Expand is a Chrome extension developed by Simek, and its main feature is "Tumblr dashboard posts expand on demand.".
Extension Screenshots
Download Tumblr Expand Extension CRX File
Download Tumblr Expand 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
Tumblr Expand add additional button to your Tumblr dashboard which enables you to expand all posts on stream (and auto expand new ones also).
Extension Basic Information
Name | Tumblr Expand |
ID | ffhecpjldhfodfcfagnmbmmfimijeheb |
Official URL | https://chromewebstore.google.com/detail/tumblr-expand/ffhecpjldhfodfcfagnmbmmfimijeheb |
Description | Tumblr dashboard posts expand on demand. |
File Size | 50.66 KB |
Installation Count | 270 |
Current Version | 0.0.1 |
Last Updated | 2014-01-11 |
Publish Date | 2014-01-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Simek |
Payment Type | free |
Extension Website | https://github.com/Simek/TumblrExpand |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tumblr Expand", "description": "Tumblr dashboard posts expand on demand.", "version": "0.0.1", "background": { "persistance": false }, "content_scripts": [ { "css": [ "css\/tumblr.css" ], "js": [ "lib\/jquery.js", "tumblr.js" ], "matches": [ "*:\/\/www.tumblr.com\/dashboard" ] } ], "permissions": [ "*:\/\/www.tumblr.com\/" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "web_accessible_resources": [ "img\/icon.png" ], "offline_enabled": false, "minimum_chrome_version": "22", "manifest_version": 2 } |