PlayGround

Replace your new tab with a simple jsFiddle-style code playground.

Co to jest PlayGround?

PlayGround to rozszerzenie Chrome opracowane przez kkatongo, a jego główną funkcją jest „Replace your new tab with a simple jsFiddle-style code playground.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia PlayGround

Pobierz pliki rozszerzeń PlayGround 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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa PlayGround PlayGround
ID pmbneijlaelofljmnanpijjignkpphdb
Oficjalny URL https://chromewebstore.google.com/detail/playground/pmbneijlaelofljmnanpijjignkpphdb
Opis Replace your new tab with a simple jsFiddle-style code playground.
Rozmiar pliku 5.03 MB
Liczba instalacji 22
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2016-11-21
Data Publikacji 2016-11-20
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper kkatongo
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PlayGround",
    "description": "Replace your new tab with a simple jsFiddle-style code playground.",
    "version": "0.0.1",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": ".\/images\/logo.png"
    },
    "content_security_policy": "default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval'"
}