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
官方網址 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"
    }
}