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
公式URL 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
Eメール [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"
    ]
}