Back to the Top

Scroll to the top of the page

Back to the Topとは何ですか?

Back to the Topはmarinadecroonによって開発されたChromeの拡張機能で、その主な機能は「Scroll to the top of the page」です。

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

screenshot

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

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

拡張機能の使用方法

                        A browser extension (add-on) for Google Chrome that allows you to quickly get back to the top and/or bottom of a page.                    

拡張機能の基本情報

名前 Back to the Top Back to the Top
ID gekpnhhoikfeampkegfmkfbeioefecio
公式URL https://chromewebstore.google.com/detail/back-to-the-top/gekpnhhoikfeampkegfmkfbeioefecio
説明 Scroll to the top of the page
ファイルサイズ 14.1 KB
インストール数 160
現在のバージョン 1.0
最終更新日 2022-04-18
公開日 2022-04-18
評価 1.00/5 合計 1 レビュー
開発者 marinadecroon
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://sites.google.com/view/toptoscroll/home
対応言語 en
manifest.json
{
    "background": {
        "service_worker": "sw.js"
    },
    "description": "Scroll to the top of the page",
    "name": "Back to the Top",
    "short_name": "up",
    "version": "1.0",
    "manifest_version": 3,
    "homepage_url": "https:\/\/avroraext.com",
    "action": {
        "default_icon": "icons\/icon_128.png"
    },
    "icons": {
        "128": "icons\/icon_128.png",
        "64": "icons\/icon_64.png",
        "32": "icons\/icon_32.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon_32.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}