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
官方網址 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:\/\/*\/*"
            ]
        }
    ]
}