Live Code
Automatic refresh on code change
Live Codeとは何ですか?
Live Codeはhttp://www.yago.ioによって開発されたChromeの拡張機能で、その主な機能は「Automatic refresh on code change」です。
拡張機能のスクリーンショット
Live Code拡張機能のCRXファイルをダウンロード
Live Code拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatic browser refresh when your code change. It using the amazing Livejs library : http://livejs.com/
拡張機能の基本情報
名前 | |
ID | pbkdbmgemcgnpicnocgjhhohkidgpldc |
公式URL | https://chrome.google.com/webstore/detail/live-code/pbkdbmgemcgnpicnocgjhhohkidgpldc |
説明 | Automatic refresh on code change |
ファイルサイズ | 21.51 KB |
インストール数 | 407 |
現在のバージョン | 1.0 |
最終更新日 | 2014-01-23 |
公開日 | 2014-01-23 |
評価 | 2.50/5 合計 8 レビュー |
開発者 | http://www.yago.io |
支払い方法 | free |
拡張機能のウェブサイト | http://livejs.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Live Code", "description": "Automatic refresh on code change", "version": "1.0", "icons": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "off-19.png", "38": "off-38.png" }, "default_title": "Enable Fine Reader" }, "web_accessible_resources": [ "css\/letemps.css" ] } |