Auto Scroll Down

Customizable auto scroll web pages

Auto Scroll Downとは何ですか?

Auto Scroll Downはfernandapg82によって開発されたChromeの拡張機能で、その主な機能は「Customizable auto scroll web pages」です。

拡張機能のスクリーンショット

screenshot

Auto Scroll Down拡張機能のCRXファイルをダウンロード

Auto Scroll Down拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A speed-customizable auto-scroll Google Chrome extension. It allows you to easily change the auto-scroll speed and save it in three different modes; slow, medium and fast.                    

拡張機能の基本情報

名前 Auto Scroll Down Auto Scroll Down
ID lnagemjinihjlbhmohaaacdflafjdkmm
公式URL https://chromewebstore.google.com/detail/auto-scroll-down/lnagemjinihjlbhmohaaacdflafjdkmm
説明 Customizable auto scroll web pages
ファイルサイズ 8.05 KB
インストール数 951
現在のバージョン 0.0.1
最終更新日 2023-05-10
公開日 2023-05-09
評価 4.00/5 合計 4 レビュー
開発者 fernandapg82
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/FP22FD/auto-scroll-down-chrome-extension
ヘルプページのURL https://github.com/FP22FD/auto-scroll-down-chrome-extension
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Scroll Down",
    "version": "0.0.1",
    "description": "Customizable auto scroll web pages",
    "icons": {
        "48": "icons\/autoscroll.png",
        "128": "icons\/autoscroll.png"
    },
    "background": {
        "service_worker": "js\/service_worker.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "48": "icons\/autoscroll.png",
            "128": "icons\/autoscroll.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+B",
                "mac": "Command+B"
            }
        }
    },
    "options_page": "options\/options.html"
}