Autoscroll : Automatic Page Scrolling

An extension to help scroll a webpage

Autoscroll : Automatic Page Scrollingとは何ですか?

Autoscroll : Automatic Page ScrollingはEmil Vinodによって開発されたChromeの拡張機能で、その主な機能は「An extension to help scroll a webpage」です。

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

screenshot
screenshot
screenshot
screenshot

Autoscroll : Automatic Page Scrolling拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension is perfect for those who are tired of manually scrolling through long articles, websites, or social media posts. No more tired fingers from scrolling or losing your place on a page. With Autoscroll, you can simply set the pace that you prefer and let the extension do the rest :)

For a guide to the extension visit : https://sites.google.com/view/autoscrollguide/home                    

拡張機能の基本情報

名前 Autoscroll : Automatic Page Scrolling Autoscroll : Automatic Page Scrolling
ID mofpoefmipkeaakcglcfamacffochlid
公式URL https://chromewebstore.google.com/detail/autoscroll-automatic-page/mofpoefmipkeaakcglcfamacffochlid
説明 An extension to help scroll a webpage
ファイルサイズ 191 KB
インストール数 46
現在のバージョン 0.0.1
最終更新日 2024-01-23
公開日 2023-11-23
評価 4.20/5 合計 5 レビュー
開発者 Emil Vinod
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sites.google.com/view/autoscrollguide/home
ヘルプページのURL https://sites.google.com/view/autoscrollguide/home
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Autoscroll : Automatic Page Scrolling",
    "version": "0.0.1",
    "description": "An extension to help scroll a webpage",
    "icons": {
        "16": "Logo.png",
        "32": "Logo.png",
        "48": "Logo.png",
        "128": "Logo.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "background": {
        "js": "scroll.js"
    },
    "permissions": [
        "activeTab"
    ]
}