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"
]
} | |