Tumblr Post Controls
Reblog, Like, etc, to the top of posts in the dash
What is Tumblr Post Controls?
Tumblr Post Controls is a Chrome extension developed by Kyle Ladd, and its main feature is "Reblog, Like, etc, to the top of posts in the dash".
Extension Screenshots
Download Tumblr Post Controls Extension CRX File
Download Tumblr Post Controls 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
Move post controls (reblog, like, etc) to the top of posts in the dashboard.
Extension Basic Information
Name | |
ID | gafampkaegokokdgbpnlilnadienfhad |
Official URL | https://chrome.google.com/webstore/detail/tumblr-post-controls/gafampkaegokokdgbpnlilnadienfhad |
Description | Reblog, Like, etc, to the top of posts in the dash |
File Size | 2.86 KB |
Installation Count | 94 |
Current Version | 1.0.4 |
Last Updated | 2013-07-07 |
Publish Date | 2013-07-07 |
Developer | Kyle Ladd |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "style.css" ], "matches": [ "*:\/\/www.tumblr.com\/dashboard" ] } ], "description": "Reblog, Like, etc, to the top of posts in the dash", "manifest_version": 2, "name": "Tumblr Post Controls", "version": "1.0.4" } |