Scroll to Top

Just a Scroll to Top Button

Scroll to Topとは何ですか?

Scroll to Topはhttps://singleclickapps.comによって開発されたChromeの拡張機能で、その主な機能は「Just a Scroll to Top Button」です。

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

screenshot

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

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

拡張機能の使用方法

                        Click the button and scroll the current page back to top. 

It should work as the "home" key on the keyboard. I made it because I use browsers on devices where using the keyboard is inconvenient (namely, my tv boxes). 

At some point a user asked for different toolbar icon, so I made the version 2.0 where you can change the default icon to one of several predefined alternatives or even set your own icon. (To change the icon, just right-click on the scroll to top button and select "Options".)

Please, note that this extension doesn't work on each and every page. It works in most sites  but it will not scroll up browser's internal pages (settings, history etc.) and some complicated web pages (like the add-ons store itself, for example).                    

拡張機能の基本情報

名前 Scroll to Top Scroll to Top
ID khnloieeghjghmpjeaopaenibbneljpk
公式URL https://chromewebstore.google.com/detail/scroll-to-top/khnloieeghjghmpjeaopaenibbneljpk
説明 Just a Scroll to Top Button
ファイルサイズ 39.64 KB
インストール数 3,344
現在のバージョン 2.1.1.0
最終更新日 2020-12-24
公開日 2019-10-25
評価 4.78/5 合計 41 レビュー
開発者 https://singleclickapps.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://singleclickapps.com/scroll-button/
プライバシーポリシーページのURL https://singleclickapps.com/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll to Top",
    "version": "2.1.1.0",
    "description": "Just a Scroll to Top Button",
    "homepage_url": "https:\/\/singleclickapps.com\/scroll-button",
    "icons": {
        "16": "icon24.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon24.png",
        "default_title": "Scroll to Top"
    },
    "permissions": [
        "activeTab"
    ],
    "offline_enabled": true,
    "options_page": "settings.html",
    "manifest_version": 2
}