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.」です。
拡張機能のスクリーンショット
PlayGround拡張機能のCRXファイルをダウンロード
PlayGround拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | pmbneijlaelofljmnanpijjignkpphdb |
| 公式URL | 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'"
} | |