Tumbling Down

Adds a scroll down button to Tumblr.

Tumbling Down क्या है?

Tumbling Down http://kiricon.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a scroll down button to Tumblr."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tumbling Down एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}