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:\/\/*\/*"
            ]
        }
    ]
}