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
官方網址 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
電子郵箱 [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
}