Chrome Auto Scroll

Automatically scroll a web page

什麼是Chrome Auto Scroll?

Chrome Auto Scroll是由MichaelStanden開發的Chrome擴展程式,該擴展的主要功能是“Automatically scroll a web page”。

擴展截圖

screenshot
screenshot
screenshot

下載Chrome Auto Scroll擴展crx文件

下載Chrome Auto Scroll擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Click a button and watch your web page slowly scroll to the button. Allows for a seamless viewing experience without the need to scroll manually. Adjustable scroll speed to ensure the right experience whether your scrolling images, links or walls of text.                    

擴展基本資訊

名稱 Chrome Auto Scroll Chrome Auto Scroll
ID dbimlbkcbphdbocgfkdanelhejpcbpfj
官方網址 https://chromewebstore.google.com/detail/chrome-auto-scroll/dbimlbkcbphdbocgfkdanelhejpcbpfj
簡介 Automatically scroll a web page
檔案大小 10.18 KB
安裝次數 3,053
目前版本 1.0
更新時間 2015-11-22
上架時間 2015-11-22
評分 2.57/5 共 14 次評分
開發者 MichaelStanden
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Auto Scroll",
    "description": "Automatically scroll a web page",
    "version": "1.0",
    "author": "Michael Standen",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "48": "img\/icon48.png",
            "64": "img\/icon64.png",
            "128": "img\/icon128.png"
        },
        "default_title": "Auto Scroll (OFF)"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_page": "options.html"
}