EraEra

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

Cos'è EraEra?

EraEra è un'estensione di Chrome sviluppata da Chris Markham, e la sua funzione principale è "Scroll up/down 10 times to enable DJ record scratch 'EraEra' noise! Spacebar for airhorn. Resets after 1 second of inactivity.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione EraEra

Scarica i file di estensione EraEra in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome EraEra EraEra
ID bdkkicbfgpjilhccmmgjgdhndelgpbda
URL Ufficiale https://chromewebstore.google.com/detail/eraera/bdkkicbfgpjilhccmmgjgdhndelgpbda
Descrizione Scroll up/down 10 times to enable DJ record scratch 'EraEra' noise! Spacebar for airhorn. Resets after 1 second of inactivity.
Dimensione del File 170 KB
Conteggio Installazioni 30
Versione Corrente 1.0.1
Ultimo Aggiornamento 2016-02-03
Data di Pubblicazione 2016-02-03
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Chris Markham
Tipo di Pagamento free
Lingue Supportate 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"
    }
}