Scroll to Bottom

Just a Scroll to Bottom Button

Scroll to Bottomとは何ですか?

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

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

screenshot

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

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

拡張機能の使用方法

                        Click the button and scroll to the end of the current page.

That's all it does.

Options:

You can change the default icon to one of several predefined alternatives or even, if you want, you can set your own toolbar icon.

Notes:

Please, keep in mind that the extension will not work on each and every page. It works in most sites but it will not scroll browser's internal pages (settings, history etc.), the chrome web store pages (no extension can touch these) and some complicated web pages. If it doesn't work for you, please, don't hate me too much. You can at any time remove it from your browser (right-click on the icon and select "Remove from Chrome").                    

拡張機能の基本情報

名前 Scroll to Bottom Scroll to Bottom
ID filgdcpknaklibnfoejliopebdipligb
公式URL https://chromewebstore.google.com/detail/scroll-to-bottom/filgdcpknaklibnfoejliopebdipligb
説明 Just a Scroll to Bottom Button
ファイルサイズ 41.74 KB
インストール数 4,881
現在のバージョン 1.1.0.0
最終更新日 2020-12-24
公開日 2019-10-16
評価 3.44/5 合計 18 レビュー
開発者 https://singleclickapps.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://singleclickapps.com/scroll-to-bottom/
プライバシーポリシーページのURL https://singleclickapps.com/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll to Bottom",
    "version": "1.1.0.0",
    "description": "Just a Scroll to Bottom Button",
    "homepage_url": "https:\/\/singleclickapps.com\/scroll-to-bottom",
    "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 Bottom"
    },
    "permissions": [
        "activeTab"
    ],
    "offline_enabled": true,
    "options_page": "settings.html",
    "manifest_version": 2
}