Tumbling Down

Adds a scroll down button to Tumblr.

Tumbling Downคืออะไร?

Tumbling Down เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://kiricon.net และคุณลักษณะหลักของมันคือ "Adds a scroll down button to Tumblr."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tumbling Down

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}