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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}