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 |
| 公式URL | 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\/*"
]
} | |