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 |
官方網址 | 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" } |