Scroll UP

Scroll UP to the top of the page.

Qu'est-ce que Scroll UP ?

Scroll UP est une extension Chrome développée par Sameer N Miraj, et sa fonction principale est "Scroll UP to the top of the page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Scroll UP

Téléchargez les fichiers d'extension Scroll UP au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Scroll UP Scroll UP
ID nikifllafkofdicjhldgiophmodkhpia
URL Officiel https://chromewebstore.google.com/detail/scroll-up/nikifllafkofdicjhldgiophmodkhpia
Description Scroll UP to the top of the page.
Taille du Fichier 99.1 KB
Nombre d'Installations 116
Version Actuelle 0.0.2
Dernière Mise à Jour 2014-06-03
Date de Publication 2014-06-03
Évaluation 3.50/5 Total 6 Évaluations
Développeur Sameer N Miraj
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sf-advanced-code-searcher.web.app
Langues Prises en Charge 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"
    ]
}