Tagpro Rotating Balls

See TagPro Balls rotate in 2D according to their angular velocity.

Co to jest Tagpro Rotating Balls?

Tagpro Rotating Balls to rozszerzenie Chrome opracowane przez NewCompte, a jego główną funkcją jest „See TagPro Balls rotate in 2D according to their angular velocity.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tagpro Rotating Balls

Pobierz pliki rozszerzeń Tagpro Rotating Balls 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

                        See TagPro Balls rotate in 2D according to their angular velocity.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tagpro Rotating Balls Tagpro Rotating Balls
ID achkheldcaakbiipfgcabbiighapobbk
Oficjalny URL https://chrome.google.com/webstore/detail/tagpro-rotating-balls/achkheldcaakbiipfgcabbiighapobbk
Opis See TagPro Balls rotate in 2D according to their angular velocity.
Rozmiar pliku 11.01 KB
Liczba instalacji 19
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2014-06-12
Data Publikacji 2014-06-12
Ocena 3.67/5 Łącznie 6 Oceny
Deweloper NewCompte
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tagpro Rotating Balls",
    "description": "See TagPro Balls rotate in 2D according to their angular velocity.",
    "version": "0.0.1",
    "manifest_version": 2,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.koalabeast.com\/*",
                "http:\/\/*.jukejuice.com\/*",
                "http:\/\/*.newcompte.fr\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/rotation.js"
    ]
}