Scroll To Top

Scroll to Top

Wat is Scroll To Top?

Scroll To Top is een Chrome-extensie ontwikkeld door AlphaTr, en de belangrijkste functie is "Scroll to Top".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Scroll To Top

Download Scroll To Top-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        给网页添加向上和向下滚动的按钮;

无广告;

支持 Retina 屏幕;

丰富的设置选项;                    

Basisinformatie over de Extensie

Naam Scroll To Top Scroll To Top
ID pkdhklelnfhdpbigegkjeikecoghngfe
Officiële URL https://chrome.google.com/webstore/detail/scroll-to-top/pkdhklelnfhdpbigegkjeikecoghngfe
Beschrijving Scroll to Top
Bestandsgrootte 46.79 KB
Aantal Installaties 130
Huidige Versie 1.0.1
Laatst Bijgewerkt 2015-04-16
Publicatiedatum 2015-04-16
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar AlphaTr
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll To Top",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Scroll to Top",
    "background": {
        "page": "main.html",
        "script": [
            "main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery-2.0.0.min.js",
                "lib\/jquery.scroll.js",
                "page\/page.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/[email protected]",
        "48": "icons\/icon-48.png",
        "96": "icons\/[email protected]",
        "128": "icons\/icon-128.png",
        "256": "icons\/[email protected]"
    },
    "options_page": "options\/index.html",
    "web_accessible_resources": [
        "lib\/alpha-sttb.*"
    ]
}