Tumbling Down
Adds a scroll down button to Tumblr.
Tumbling Downとは何ですか?
Tumbling Downはhttp://kiricon.netによって開発されたChromeの拡張機能で、その主な機能は「Adds a scroll down button to Tumblr.」です。
拡張機能のスクリーンショット
Tumbling Down拡張機能のCRXファイルをダウンロード
Tumbling Down拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension adds a scroll down button. Now you can scroll past old content to the new stuff. It works the exact same as the scroll up button. Just refresh Tumblr after installation and you should see the new scroll down button.
拡張機能の基本情報
名前 | |
ID | pfcmmdemennpebncanadpbcfgbkelepl |
公式URL | https://chrome.google.com/webstore/detail/tumbling-down/pfcmmdemennpebncanadpbcfgbkelepl |
説明 | Adds a scroll down button to Tumblr. |
ファイルサイズ | 41.8 KB |
インストール数 | 135 |
現在のバージョン | 1.0 |
最終更新日 | 2014-09-17 |
公開日 | 2014-09-17 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | http://kiricon.net |
支払い方法 | free |
拡張機能のウェブサイト | http://kiricon.net |
ヘルプページのURL | http://kiricon.net |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "style.css" ], "js": [ "jquery.min.js", "script.js" ], "matches": [ "*:\/\/www.tumblr.com\/dashboard", "*:\/\/www.tumblr.com\/likes", "*:\/\/www.tumblr.com\/blog\/*" ], "run_at": "document_end" } ], "description": "Adds a scroll down button to Tumblr.", "homepage_url": "http:\/\/kiricon.net", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Tumbling Down", "permissions": [ "storage" ], "version": "1.0", "web_accessible_resources": [ "scrolldown.png" ] } |