Scroll UP

Scroll UP to the top of the page.

Vad är Scroll UP?

Scroll UP är en Chrome-tillägg utvecklad av Sameer N Miraj, och dess huvudfunktion är "Scroll UP to the top of the page.".

Tilläggsskärmbilder

screenshot

Ladda ner Scroll UP-förlängningens CRX-fil

Ladda ner Scroll UP-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

                        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.                    

Grundläggande Information om Tillägg

Namn Scroll UP Scroll UP
ID nikifllafkofdicjhldgiophmodkhpia
Officiell webbadress https://chromewebstore.google.com/detail/scroll-up/nikifllafkofdicjhldgiophmodkhpia
Beskrivning Scroll UP to the top of the page.
Filstorlek 99.1 KB
Antal Installationer 116
Aktuell Version 0.0.2
Senast Uppdaterad 2014-06-03
Publiceringsdatum 2014-06-03
Betyg 3.50/5 Totalt 6 Betyg
Utvecklare Sameer N Miraj
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sf-advanced-code-searcher.web.app
Stödda Språk 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"
    ]
}