Tumblr Post Controls
Reblog, Like, etc, to the top of posts in the dash
什么是Tumblr Post Controls?
Tumblr Post Controls是由Kyle Ladd开发的Chrome扩展程序,该扩展的主要功能是“Reblog, Like, etc, to the top of posts in the dash”。
扩展截图
下载Tumblr Post Controls扩展crx文件
下载Tumblr Post Controls扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Move post controls (reblog, like, etc) to the top of posts in the dashboard.
扩展基本信息
名称 | |
ID | gafampkaegokokdgbpnlilnadienfhad |
官方URL | https://chrome.google.com/webstore/detail/tumblr-post-controls/gafampkaegokokdgbpnlilnadienfhad |
简介 | Reblog, Like, etc, to the top of posts in the dash |
文件大小 | 2.86 KB |
安装次数 | 94 |
当前版本 | 1.0.4 |
更新时间 | 2013-07-07 |
上架时间 | 2013-07-07 |
开发者 | Kyle Ladd |
付费类型 | free |
支持的语言 | 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" } |