Elevator.js

This extension will let you return to the top of the page in style!

什么是Elevator.js?

Elevator.js是由skeys apps开发的Chrome扩展程序,该扩展的主要功能是“This extension will let you return to the top of the page in style!”。

下载Elevator.js扩展crx文件

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

扩展使用说明

                        This extension uses Tim Holman's Elevator.js library to add a fun yet functional "back to top" button to every webpage you visit. When you click it, it will scroll to the top of the page for you while playing elevator music.                    

扩展基本信息

名称 Elevator.js Elevator.js
ID jnfhbbkoimbokjhnpbcjafhlobcmckem
官方URL https://chromewebstore.google.com/detail/elevatorjs/jnfhbbkoimbokjhnpbcjafhlobcmckem
简介 This extension will let you return to the top of the page in style!
文件大小 702 KB
安装次数 19
当前版本 0.0.3
更新时间 2015-11-30
上架时间 2015-11-30
开发者 skeys apps
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Elevator.js",
    "short_name": "Elevator.js",
    "description": "This extension will let you return to the top of the page in style!",
    "version": "0.0.3",
    "web_accessible_resources": [
        "assets\/*"
    ],
    "icons": {
        "128": "assets\/icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "background.js",
                "elevator.js"
            ],
            "css": [
                "elevatorjs.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}