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