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
官方URL 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"
    }
}