AutoScroll

This extension is a basic extension to scroll any page automatically for every 3 secs

什麼是AutoScroll?

AutoScroll是由sanatom開發的Chrome擴展程式,該擴展的主要功能是“This extension is a basic extension to scroll any page automatically for every 3 secs”。

下載AutoScroll擴展crx文件

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

擴展使用說明

                        This extension is developed for those who involve in extensive scrolling of webpages. This lets you to automatically scroll the webpage if scroll bar is available.                    

擴展基本資訊

名稱 AutoScroll AutoScroll
ID bkbnpehigfkkkpeohecjmckohmjcafjd
官方網址 https://chrome.google.com/webstore/detail/autoscroll/bkbnpehigfkkkpeohecjmckohmjcafjd
簡介 This extension is a basic extension to scroll any page automatically for every 3 secs
檔案大小 5.92 KB
安裝次數 50
目前版本 1.0
更新時間 2015-05-10
上架時間 2015-05-10
開發者 sanatom
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoScroll",
    "description": "This extension is a basic extension to scroll any page automatically for every 3 secs",
    "version": "1.0",
    "browser_action": {
        "default_icon": "autoscroll.png",
        "default_popup": "scroll.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}