Tumbling Down

Adds a scroll down button to Tumblr.

什么是Tumbling Down?

Tumbling Down是由http://kiricon.net开发的Chrome扩展程序,该扩展的主要功能是“Adds a scroll down button to Tumblr.”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Tumbling Down Tumbling Down
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"
    ]
}