PlayGround

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

什麼是PlayGround?

PlayGround是由kkatongo開發的Chrome擴展程式,該擴展的主要功能是“Replace your new tab with a simple jsFiddle-style code playground.”。

擴展截圖

screenshot
screenshot
screenshot

下載PlayGround擴展crx文件

下載PlayGround擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 PlayGround PlayGround
ID pmbneijlaelofljmnanpijjignkpphdb
官方網址 https://chromewebstore.google.com/detail/playground/pmbneijlaelofljmnanpijjignkpphdb
簡介 Replace your new tab with a simple jsFiddle-style code playground.
檔案大小 5.03 MB
安裝次數 22
目前版本 0.0.1
更新時間 2016-11-21
上架時間 2016-11-20
評分 3.00/5 共 1 次評分
開發者 kkatongo
付費類型 free
支援的語言 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'"
}