TumblrSkipper
Skips the sidebar for you when you click a Tumblelog on your Dashboard
什麼是TumblrSkipper?
TumblrSkipper是由jessica.summer.smith開發的Chrome擴展程式,該擴展的主要功能是“Skips the sidebar for you when you click a Tumblelog on your Dashboard”。
擴展截圖
下載TumblrSkipper擴展crx文件
下載TumblrSkipper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
On the Tumblr dashboard, clicking a blog link used to take you to that blog. Now, it takes you to a weird sidebar to preview the blog instead. This extension restores the native link functionality to the Tumblr dashboard.
擴展基本資訊
名稱 | |
ID | cofjhhfhgfpdglobncjkfdmmpdkmfgdc |
官方網址 | https://chrome.google.com/webstore/detail/tumblrskipper/cofjhhfhgfpdglobncjkfdmmpdkmfgdc |
簡介 | Skips the sidebar for you when you click a Tumblelog on your Dashboard |
檔案大小 | 40.95 KB |
安裝次數 | 186 |
目前版本 | 0.2 |
更新時間 | 2016-01-12 |
上架時間 | 2016-01-12 |
評分 | 4.50/5 共 2 次評分 |
開發者 | jessica.summer.smith |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TumblrSkipper", "version": "0.2", "description": "Skips the sidebar for you when you click a Tumblelog on your Dashboard", "browser_action": { "default_icon": "TS.png", "default_title": "TumblrSkipper" }, "content_scripts": [ { "matches": [ "https:\/\/www.tumblr.com\/*" ], "js": [ "jquery.min.js", "content.js" ] } ], "permissions": [ "tabs", "webNavigation", "https:\/\/www.tumblr.com\/*" ] } |