Elevator

scroll up or down your website with style

什么是Elevator?

Elevator是由notiles开发的Chrome扩展程序,该扩展的主要功能是“scroll up or down your website with style”。

扩展截图

screenshot

下载Elevator扩展crx文件

下载Elevator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Click on the extension to automate scrolling on any website with style! (up and down alternatively)
This extension need that you activate your speakers.

Thanks to Tim Holman for the Javascript concept ! elevator.js                    

扩展基本信息

名称 Elevator Elevator
ID dglinbifggffjoidkdekpjlompfeapmp
官方URL https://chromewebstore.google.com/detail/elevator/dglinbifggffjoidkdekpjlompfeapmp
简介 scroll up or down your website with style
文件大小 3.61 MB
安装次数 49
当前版本 1.2
更新时间 2015-05-11
上架时间 2015-05-11
评分 5.00/5 共7次评分
开发者 notiles
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Elevator",
    "version": "1.2",
    "manifest_version": 2,
    "description": "scroll up or down your website with style",
    "icons": {
        "128": "icon_128.png",
        "256": "icon_256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "elevator.js",
                "jquery.min.js",
                "script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icone.png"
    },
    "web_accessible_resources": [
        "music\/*.mp3"
    ]
}