Scroll to top

Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.

Scroll to topとは何ですか?

Scroll to topはhttps://www.peteychuk.comによって開発されたChromeの拡張機能で、その主な機能は「Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.」です。

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

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

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

拡張機能の使用方法

                        Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.                    

拡張機能の基本情報

名前 Scroll to top Scroll to top
ID ehajcglbnkfohalbajjnkkobbjelihjd
公式URL https://chromewebstore.google.com/detail/scroll-to-top/ehajcglbnkfohalbajjnkkobbjelihjd
説明 Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.
ファイルサイズ 2.77 MB
インストール数 289
現在のバージョン 0.3
最終更新日 2017-10-20
公開日 2017-10-20
評価 4.50/5 合計 22 レビュー
開発者 https://www.peteychuk.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll to top",
    "description": "Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.",
    "version": "0.3",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "app.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "top.png"
    ],
    "icons": {
        "48": "top48.png"
    }
}