Scroll to the bottom

helps users get to the top and bottom of a page instantly

Scroll to the bottomとは何ですか?

Scroll to the bottomはLaunchpad Digitalによって開発されたChromeの拡張機能で、その主な機能は「helps users get to the top and bottom of a page instantly」です。

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

screenshot

Scroll to the bottom拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        scroll to bottom is a chrome extension that allows you to get to the top or bottom of any webpage in one click. If you have trouble viewing long webpages or threads on forums and reddit, then scroll to bottom is for you. 

Try it out!                    

拡張機能の基本情報

名前 Scroll to the bottom Scroll to the bottom
ID ccodoapghablmcdbmpjgcbmjhafanebm
公式URL https://chromewebstore.google.com/detail/scroll-to-the-bottom/ccodoapghablmcdbmpjgcbmjhafanebm
説明 helps users get to the top and bottom of a page instantly
ファイルサイズ 125 KB
インストール数 261
現在のバージョン 1.0.1
最終更新日 2021-07-07
公開日 2021-07-03
評価 2.33/5 合計 3 レビュー
開発者 Launchpad Digital
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll to the bottom",
    "description": "helps users get to the top and bottom of a page instantly",
    "version": "1.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "get_started16.png",
            "32": "get_started32.png",
            "48": "get_started48.png",
            "128": "get_started128.png"
        },
        "icons": {
            "16": "get_started16.png",
            "32": "get_started32.png",
            "48": "get_started48.png",
            "128": "get_started128.png"
        }
    }
}