Scroll to Top - one press to the top

An easy way to take a page back to its top

Scroll to Top - one press to the top क्या है?

Scroll to Top - one press to the top lx223 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An easy way to take a page back to its top"।

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

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

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

                        Are there times that after you read a really long post, you just have to go through the trouble of scrolling all the way to the top of the page? Have you ever imagined a simple click on a button that takes you to the top for every page? Here comes the easy-to-use Chrome extension that just does this fantastically. One press and it takes you to the top.

It automatically finds out whether the current page can be scrolled up by the extension. If it is grey, it means either the page is already near its top or the page does not allow extension scrolling. If it is green, one click, it does all the magic for you. Simple and easy! 

You can also use Command+Shift+Z on Mac or Ctrl+Shift+Z on others as shortcuts.                    

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

नाम Scroll to Top - one press to the top Scroll to Top - one press to the top
ID hhoboiondmldfnjfegfahmbdodjpkhab
आधिकारिक URL https://chromewebstore.google.com/detail/scroll-to-top-one-press-t/hhoboiondmldfnjfegfahmbdodjpkhab
विवरण An easy way to take a page back to its top
फ़ाइल का आकार 46.82 KB
स्थापना संख्या 20
वर्तमान संस्करण 0.3.1
अंतिम अपडेट 2015-10-14
प्रकाशन तिथि 2015-10-14
डेवलपर lx223
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/lx223/scoll-to-top-chrome-extensioin
सहायता पृष्ठ URL https://github.com/lx223/scoll-to-top-chrome-extensioin/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll to Top - one press to the top",
    "short_name": "Scroll to Top",
    "description": "An easy way to take a page back to its top",
    "version": "0.3.1",
    "minimum_chrome_version": "26",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/icon38_inactive.png",
        "default_title": "Scroll to top"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z",
                "mac": "Command+Shift+Z"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAveN1gFq4BqWIG7yLKHPHbGXGEmuARPIo2seO5kegP5g50bWGOrokot+ft85KkU7qbSd6sUI+etIVH1+kPIVaou52EWPQwHpJkB53SY6Xtbynh+reFrULni3N6zH5vstWOOV82RMJNpoPp0NEyxDFODRdZHQw+fNTYmP+NFEhWHxNo9F\/vEhFRmGfxdcEl\/FT4Eypbt8TFcPoOplIDbPODiSMKGCaI0jJoT5cmfsyGT2Ik7vTPjVxIbwcJemXFLgb8G\/UkEgDwxQyB0o2hXvgHR9Fz3NE2ieNM7kjBg+H7cRx2QGWbQADe14si11rVJaSxM\/GhO8QZkvKfjKNJapuTQIDAQAB"
}