Sexy Go to Top

Scrolls page to top

Vad är Sexy Go to Top?

Sexy Go to Top är en Chrome-tillägg utvecklad av Alex Oleshkevich, och dess huvudfunktion är "Scrolls page to top".

Tilläggsskärmbilder

screenshot

Ladda ner Sexy Go to Top-förlängningens CRX-fil

Ladda ner Sexy Go to Top-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Sexy Go to Top Sexy Go to Top
ID egjocodnpbebnjkcjaflkhbcamofjccg
Officiell webbadress https://chromewebstore.google.com/detail/sexy-go-to-top/egjocodnpbebnjkcjaflkhbcamofjccg
Beskrivning Scrolls page to top
Filstorlek 45.66 KB
Antal Installationer 133
Aktuell Version 1.0
Senast Uppdaterad 2013-09-16
Publiceringsdatum 2013-09-16
Betyg 4.00/5 Totalt 7 Betyg
Utvecklare Alex Oleshkevich
Betalningssätt free
Stödda Språk 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": [
                ""
            ]
        }
    ]
}