Thorium Scroll Tweaker

Thorium Scroll Tweaker is a small extension that allows you to tweak the scroll speed on websites.

Co je Thorium Scroll Tweaker?

Thorium Scroll Tweaker je rozšíření Chrome vyvinuté https://thorium.rocks, a jeho hlavní funkcí je „Thorium Scroll Tweaker is a small extension that allows you to tweak the scroll speed on websites.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Thorium Scroll Tweaker

Stáhněte si soubory rozšíření Thorium Scroll Tweaker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This small extension allows you to increase scroll speed on web pages either:
- by pressing a key (the *Trigger key*) of your choice: *Left Alt* (the default), *Left Ctrl*, or *Left Shift*.
- or without doing anything: the scroll speed will always be increased, and you'll instead have the ability to *decrease* it temporarily by pressing one of the *Trigger keys* mentioned above.

    - Alex313031                    

Základní Informace o Rozšíření

Název Thorium Scroll Tweaker Thorium Scroll Tweaker
ID dgnjhkngmbcdbdmpbeechgihgijlajkf
Oficiální URL https://chromewebstore.google.com/detail/thorium-scroll-tweaker/dgnjhkngmbcdbdmpbeechgihgijlajkf
Popis Thorium Scroll Tweaker is a small extension that allows you to tweak the scroll speed on websites.
Velikost souboru 78 KB
Počet instalací 755
Aktuální Verze 1.0.5
Poslední Aktualizace 2022-08-10
Datum Vydání 2022-07-28
Vývojář https://thorium.rocks
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/Alex313031/Thorium-Scroll-Tweaker
URL Stránky Nápovědy https://github.com/Alex313031/Thorium-Scroll-Tweaker/issues
URL Stránky Zásad Ochrany Soukromí https://thorium.rocks/COC.html
Podporované Jazyky en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_meta_Name__",
    "short_name": "__MSG_meta_ShortName__",
    "version": "1.0.5",
    "version_name": "1.0.5",
    "offline_enabled": true,
    "minimum_chrome_version": "88",
    "default_locale": "en",
    "description": "__MSG_meta_description__",
    "author": "Alex313031",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "index.js"
            ]
        }
    ],
    "action": {
        "default_popup": "settings\/index.html"
    },
    "homepage_url": "https:\/\/github.com\/Alex313031\/Thorium-Scroll-Tweaker",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "permissions": [
        "storage"
    ]
}