Thorium Scroll Tweaker

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

什麼是Thorium Scroll Tweaker?

Thorium Scroll Tweaker是由https://thorium.rocks開發的Chrome擴展程式,該擴展的主要功能是“Thorium Scroll Tweaker is a small extension that allows you to tweak the scroll speed on websites.”。

擴展截圖

screenshot
screenshot

下載Thorium Scroll Tweaker擴展crx文件

下載Thorium Scroll Tweaker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Thorium Scroll Tweaker Thorium Scroll Tweaker
ID dgnjhkngmbcdbdmpbeechgihgijlajkf
官方網址 https://chromewebstore.google.com/detail/thorium-scroll-tweaker/dgnjhkngmbcdbdmpbeechgihgijlajkf
簡介 Thorium Scroll Tweaker is a small extension that allows you to tweak the scroll speed on websites.
檔案大小 78 KB
安裝次數 755
目前版本 1.0.5
更新時間 2022-08-10
上架時間 2022-07-28
開發者 https://thorium.rocks
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/Alex313031/Thorium-Scroll-Tweaker
說明頁面URL https://github.com/Alex313031/Thorium-Scroll-Tweaker/issues
隱私政策頁面URL https://thorium.rocks/COC.html
支援的語言 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"
    ]
}