EraEra

Scroll up/down 10 times to enable DJ record scratch 'EraEra' noise! Spacebar for airhorn. Resets after 1 second of inactivity.

EraEraとは何ですか?

EraEraはChris Markhamによって開発されたChromeの拡張機能で、その主な機能は「Scroll up/down 10 times to enable DJ record scratch 'EraEra' noise! Spacebar for airhorn. Resets after 1 second of inactivity.」です。

拡張機能のスクリーンショット

screenshot

EraEra拡張機能のCRXファイルをダウンロード

EraEra拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Scroll back and forth 10 times on your trackpad/mouse wheel to enable the DJ record scratch 'EraEra' noise. Hold shift for constant 'down' scratch. Press space for airhorn. Stop scrolling for 1 second to return to normal scrolling.                    

拡張機能の基本情報

名前 EraEra EraEra
ID bdkkicbfgpjilhccmmgjgdhndelgpbda
公式URL https://chromewebstore.google.com/detail/eraera/bdkkicbfgpjilhccmmgjgdhndelgpbda
説明 Scroll up/down 10 times to enable DJ record scratch 'EraEra' noise! Spacebar for airhorn. Resets after 1 second of inactivity.
ファイルサイズ 170 KB
インストール数 30
現在のバージョン 1.0.1
最終更新日 2016-02-03
公開日 2016-02-03
評価 3.00/5 合計 2 レビュー
開発者 Chris Markham
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EraEra",
    "short_name": "eraera",
    "version": "1.0.1",
    "description": "Scroll up\/down 10 times to enable DJ record scratch 'EraEra' noise! Spacebar for airhorn. Resets after 1 second of inactivity.",
    "author": "Chris Markham",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.2.0.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    }
}