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"
    ]
}