Scroll to Top

Just a Scroll to Top Button

Scroll to Top क्या है?

Scroll to Top https://singleclickapps.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Just a Scroll to Top Button"।

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

screenshot

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

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

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

                        Click the button and scroll the current page back to top. 

It should work as the "home" key on the keyboard. I made it because I use browsers on devices where using the keyboard is inconvenient (namely, my tv boxes). 

At some point a user asked for different toolbar icon, so I made the version 2.0 where you can change the default icon to one of several predefined alternatives or even set your own icon. (To change the icon, just right-click on the scroll to top button and select "Options".)

Please, note that this extension doesn't work on each and every page. It works in most sites  but it will not scroll up browser's internal pages (settings, history etc.) and some complicated web pages (like the add-ons store itself, for example).                    

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

नाम Scroll to Top Scroll to Top
ID khnloieeghjghmpjeaopaenibbneljpk
आधिकारिक URL https://chromewebstore.google.com/detail/scroll-to-top/khnloieeghjghmpjeaopaenibbneljpk
विवरण Just a Scroll to Top Button
फ़ाइल का आकार 39.64 KB
स्थापना संख्या 3,344
वर्तमान संस्करण 2.1.1.0
अंतिम अपडेट 2020-12-24
प्रकाशन तिथि 2019-10-25
रेटिंग 4.78/5 कुल 41 रेटिंग्स
डेवलपर https://singleclickapps.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://singleclickapps.com/scroll-button/
गोपनीयता नीति पृष्ठ URL https://singleclickapps.com/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll to Top",
    "version": "2.1.1.0",
    "description": "Just a Scroll to Top Button",
    "homepage_url": "https:\/\/singleclickapps.com\/scroll-button",
    "icons": {
        "16": "icon24.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon24.png",
        "default_title": "Scroll to Top"
    },
    "permissions": [
        "activeTab"
    ],
    "offline_enabled": true,
    "options_page": "settings.html",
    "manifest_version": 2
}