Tumbling Down

Adds a scroll down button to Tumblr.

Tumbling Down là gì?

Tumbling Down là một tiện ích mở rộng Chrome được phát triển bởi http://kiricon.net, và tính năng chính của nó là "Adds a scroll down button to Tumblr.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tumbling Down

Tải xuống các tệp mở rộng Tumbling Down dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tumbling Down Tumbling Down
ID pfcmmdemennpebncanadpbcfgbkelepl
URL Chính Thức https://chrome.google.com/webstore/detail/tumbling-down/pfcmmdemennpebncanadpbcfgbkelepl
Mô tả Adds a scroll down button to Tumblr.
Kích Thước Tệp 41.8 KB
Số Lần Cài Đặt 135
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-09-17
Ngày Phát Hành 2014-09-17
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển http://kiricon.net
Loại Thanh Toán free
Trang Web Mở Rộng http://kiricon.net
URL Trang Trợ Giúp http://kiricon.net
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}