Scroll UP

Scroll UP to the top of the page.

Scroll UP क्या है?

Scroll UP Sameer N Miraj द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scroll UP to the top of the page."।

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

screenshot

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

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

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

                        Scroll UP to the top of the page. You will see a small arrow at the right bottom corner of the webpage when you scroll down. Clicking on it will take you straight up to the top of the page.                    

एक्सटेंशन की मूल जानकारी

नाम Scroll UP Scroll UP
ID nikifllafkofdicjhldgiophmodkhpia
आधिकारिक URL https://chromewebstore.google.com/detail/scroll-up/nikifllafkofdicjhldgiophmodkhpia
विवरण Scroll UP to the top of the page.
फ़ाइल का आकार 99.1 KB
स्थापना संख्या 116
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2014-06-03
प्रकाशन तिथि 2014-06-03
रेटिंग 3.50/5 कुल 6 रेटिंग्स
डेवलपर Sameer N Miraj
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sf-advanced-code-searcher.web.app
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll UP",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Scroll UP to the top of the page.",
    "author": "Sameer N Miraj",
    "icons": {
        "48": "Document-icon.png",
        "128": "Document-icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "contentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "image\/*.png"
    ]
}