Shake-a-tron

Let's shake it!

Co to jest Shake-a-tron?

Shake-a-tron to rozszerzenie Chrome opracowane przez Lanjelin, a jego główną funkcją jest „Let's shake it!”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Shake-a-tron

Pobierz pliki rozszerzeń Shake-a-tron w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Whenever a key is pressed, or the scrollwheel is used, any active window will tilt just a wee bit, enought to be extremely annoying.                    

Podstawowe informacje o rozszerzeniu

Nazwa Shake-a-tron Shake-a-tron
ID jlhdlgabjamboakeokgkilijbmoknlje
Oficjalny URL https://chromewebstore.google.com/detail/shake-a-tron/jlhdlgabjamboakeokgkilijbmoknlje
Opis Let's shake it!
Rozmiar pliku 37.64 KB
Liczba instalacji 11
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-12-28
Data Publikacji 2015-12-27
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper Lanjelin
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shake-a-tron",
    "version": "1.0",
    "description": "Let's shake it!",
    "icons": {
        "16": "icon-24.png",
        "48": "icon-50.png",
        "128": "icon-100.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "jquery-2.0.2.min.js",
                "shake.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}