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 |
| 官方網址 | 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"
]
} | |