Sexy Go to Top

Scrolls page to top

Qu'est-ce que Sexy Go to Top ?

Sexy Go to Top est une extension Chrome développée par Alex Oleshkevich, et sa fonction principale est "Scrolls page to top".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sexy Go to Top

Téléchargez les fichiers d'extension Sexy Go to Top 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

                        Adds intelligent "top arrow" button to the right bottom corner of  every page so you can easily navigate to top without boring scrolling.                    

Informations de Base sur l'Extension

Nom Sexy Go to Top Sexy Go to Top
ID egjocodnpbebnjkcjaflkhbcamofjccg
URL Officiel https://chromewebstore.google.com/detail/sexy-go-to-top/egjocodnpbebnjkcjaflkhbcamofjccg
Description Scrolls page to top
Taille du Fichier 45.66 KB
Nombre d'Installations 133
Version Actuelle 1.0
Dernière Mise à Jour 2013-09-16
Date de Publication 2013-09-16
Évaluation 4.00/5 Total 7 Évaluations
Développeur Alex Oleshkevich
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sexy Go to Top",
    "version": "1.0",
    "description": "Scrolls page to top",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png",
        "64": "assets\/icon-64.png",
        "128": "assets\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/jquery.js",
                "\/js\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}