Back to Top

Scroll to the top of the page. No animation. Minimal memory usage.

Back to Top क्या है?

Back to Top Ozawa Masayuki द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scroll to the top of the page. No animation. Minimal memory usage."।

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

screenshot

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

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

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

                        Scroll to the top of the web page of the active tab.
No animation.
Minimal memory usage.
Free and open sourced.                    

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

नाम Back to Top Back to Top
ID cakpkhmdkkigjljpchpblmfkjgkacbco
आधिकारिक URL https://chromewebstore.google.com/detail/back-to-top/cakpkhmdkkigjljpchpblmfkjgkacbco
विवरण Scroll to the top of the page. No animation. Minimal memory usage.
फ़ाइल का आकार 4.09 KB
स्थापना संख्या 54
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-11-22
प्रकाशन तिथि 2017-08-10
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Ozawa Masayuki
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ozami/back-to-top
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Back to Top",
    "description": "Scroll to the top of the page. No animation. Minimal memory usage.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "32": "icon.png"
        }
    }
}