EraEra

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

Was ist EraEra?

EraEra ist eine Chrome-Erweiterung, die von Chris Markham entwickelt wurde, und ihr Hauptmerkmal ist "Scroll up/down 10 times to enable DJ record scratch 'EraEra' noise! Spacebar for airhorn. Resets after 1 second of inactivity.".

Erweiterungsscreenshots

screenshot

EraEra-Erweiterungs-CRX-Datei herunterladen

Laden Sie EraEra-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name EraEra EraEra
ID bdkkicbfgpjilhccmmgjgdhndelgpbda
Offizielle URL https://chromewebstore.google.com/detail/eraera/bdkkicbfgpjilhccmmgjgdhndelgpbda
Beschreibung Scroll up/down 10 times to enable DJ record scratch 'EraEra' noise! Spacebar for airhorn. Resets after 1 second of inactivity.
Dateigröße 170 KB
Installationsanzahl 30
Aktuelle Version 1.0.1
Letztes Update 2016-02-03
Veröffentlichungsdatum 2016-02-03
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Chris Markham
Zahlungsart free
Unterstützte Sprachen 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"
    }
}