PlayGround

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

Cos'è PlayGround?

PlayGround è un'estensione di Chrome sviluppata da kkatongo, e la sua funzione principale è "Replace your new tab with a simple jsFiddle-style code playground.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione PlayGround

Scarica i file di estensione PlayGround 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

                                            

Informazioni di Base sull'Estensione

Nome PlayGround PlayGround
ID pmbneijlaelofljmnanpijjignkpphdb
URL Ufficiale https://chromewebstore.google.com/detail/playground/pmbneijlaelofljmnanpijjignkpphdb
Descrizione Replace your new tab with a simple jsFiddle-style code playground.
Dimensione del File 5.03 MB
Conteggio Installazioni 22
Versione Corrente 0.0.1
Ultimo Aggiornamento 2016-11-21
Data di Pubblicazione 2016-11-20
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore kkatongo
Tipo di Pagamento free
Lingue Supportate 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'"
}