Scroll++

A extension that scrolls the current page down. You can use it for pages like Twitter, Facebook ect.

什麼是Scroll++?

Scroll++是由zoutepopcorn開發的Chrome擴展程式,該擴展的主要功能是“A extension that scrolls the current page down. You can use it for pages like Twitter, Facebook ect.”。

擴展截圖

screenshot

下載Scroll++擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 Scroll++ Scroll++
ID kkbkeemffgiheholedniiicjhipnpdlp
官方網址 https://chrome.google.com/webstore/detail/kkbkeemffgiheholedniiicjhipnpdlp
簡介 A extension that scrolls the current page down. You can use it for pages like Twitter, Facebook ect.
檔案大小 1.59 MB
安裝次數 48
目前版本 0.1.1
更新時間 2017-01-31
上架時間 2017-01-31
開發者 zoutepopcorn
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scroll++",
    "description": "A extension that scrolls the current page down. You can use it for pages like Twitter, Facebook ect.",
    "version": "0.1.1",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "",
        "pageCapture",
        "downloads"
    ],
    "browser_action": {
        "default_icon": "icons\/icon-48.png",
        "default_popup": "popup.html"
    }
}