Sexy Go to Top

Scrolls page to top

Wat is Sexy Go to Top?

Sexy Go to Top is een Chrome-extensie ontwikkeld door Alex Oleshkevich, en de belangrijkste functie is "Scrolls page to top".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sexy Go to Top

Download Sexy Go 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

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

Basisinformatie over de Extensie

Naam Sexy Go to Top Sexy Go to Top
ID egjocodnpbebnjkcjaflkhbcamofjccg
Officiële URL https://chromewebstore.google.com/detail/sexy-go-to-top/egjocodnpbebnjkcjaflkhbcamofjccg
Beschrijving Scrolls page to top
Bestandsgrootte 45.66 KB
Aantal Installaties 133
Huidige Versie 1.0
Laatst Bijgewerkt 2013-09-16
Publicatiedatum 2013-09-16
Beoordeling 4.00/5 Totaal 7 Beoordelingen
Ontwikkelaar Alex Oleshkevich
Betalingswijze free
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}