PlayGround

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

What is PlayGround?

PlayGround is a Chrome extension developed by kkatongo, and its main feature is "Replace your new tab with a simple jsFiddle-style code playground.".

Extension Screenshots

screenshot
screenshot
screenshot

Download PlayGround Extension CRX File

Download PlayGround extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name PlayGround PlayGround
ID pmbneijlaelofljmnanpijjignkpphdb
Official URL https://chromewebstore.google.com/detail/playground/pmbneijlaelofljmnanpijjignkpphdb
Description Replace your new tab with a simple jsFiddle-style code playground.
File Size 5.03 MB
Installation Count 22
Current Version 0.0.1
Last Updated 2016-11-21
Publish Date 2016-11-20
Rating 3.00/5 Total 1 Ratings
Developer kkatongo
Payment Type free
Supported Languages 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'"
}