PlayGround
Replace your new tab with a simple jsFiddle-style code playground.
Wat is PlayGround?
PlayGround is een Chrome-extensie ontwikkeld door kkatongo, en de belangrijkste functie is "Replace your new tab with a simple jsFiddle-style code playground.".
Extensie Screenshots
Download het CRX-bestand van de extensie PlayGround
Download PlayGround-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | PlayGround |
ID | pmbneijlaelofljmnanpijjignkpphdb |
Officiële URL | https://chromewebstore.google.com/detail/playground/pmbneijlaelofljmnanpijjignkpphdb |
Beschrijving | Replace your new tab with a simple jsFiddle-style code playground. |
Bestandsgrootte | 5.03 MB |
Aantal Installaties | 22 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2016-11-21 |
Publicatiedatum | 2016-11-20 |
Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | kkatongo |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |