Back to Top

Scroll to the top of the page. No animation. Minimal memory usage.

Vad är Back to Top?

Back to Top är en Chrome-tillägg utvecklad av Ozawa Masayuki, och dess huvudfunktion är "Scroll to the top of the page. No animation. Minimal memory usage.".

Tilläggsskärmbilder

screenshot

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

Ladda ner Back 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

                        Scroll to the top of the web page of the active tab.
No animation.
Minimal memory usage.
Free and open sourced.                    

Grundläggande Information om Tillägg

Namn Back to Top Back to Top
ID cakpkhmdkkigjljpchpblmfkjgkacbco
Officiell webbadress https://chromewebstore.google.com/detail/back-to-top/cakpkhmdkkigjljpchpblmfkjgkacbco
Beskrivning Scroll to the top of the page. No animation. Minimal memory usage.
Filstorlek 4.09 KB
Antal Installationer 54
Aktuell Version 1.0
Senast Uppdaterad 2020-11-22
Publiceringsdatum 2017-08-10
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Ozawa Masayuki
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/ozami/back-to-top
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Back to Top",
    "description": "Scroll to the top of the page. No animation. Minimal memory usage.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "32": "icon.png"
        }
    }
}