Scroll UP

Scroll UP to the top of the page.

Wat is Scroll UP?

Scroll UP is een Chrome-extensie ontwikkeld door Sameer N Miraj, en de belangrijkste functie is "Scroll UP to the top of the page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Scroll UP

Download Scroll UP-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

                        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.                    

Basisinformatie over de Extensie

Naam Scroll UP Scroll UP
ID nikifllafkofdicjhldgiophmodkhpia
Officiële URL https://chromewebstore.google.com/detail/scroll-up/nikifllafkofdicjhldgiophmodkhpia
Beschrijving Scroll UP to the top of the page.
Bestandsgrootte 99.1 KB
Aantal Installaties 116
Huidige Versie 0.0.2
Laatst Bijgewerkt 2014-06-03
Publicatiedatum 2014-06-03
Beoordeling 3.50/5 Totaal 6 Beoordelingen
Ontwikkelaar Sameer N Miraj
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sf-advanced-code-searcher.web.app
Ondersteunde Talen 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"
    ]
}