livejs
chrome extension for livejs
什么是livejs?
livejs是由https://wenzhixin.net.cn开发的Chrome扩展程序,该扩展的主要功能是“chrome extension for livejs”。
扩展截图
下载livejs扩展crx文件
下载livejs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Say goodbye to Alt-Tab. Live.js makes sure you're always looking at the latest version of the page you're working on, whether you're writing HTML, CSS or Javascript. 扩展基本信息
| 名称 | |
| ID | fnenjmjepccoionjgdgimlnppidghbbg |
| 官方URL | https://chromewebstore.google.com/detail/livejs/fnenjmjepccoionjgdgimlnppidghbbg |
| 简介 | chrome extension for livejs |
| 文件大小 | 12.54 KB |
| 安装次数 | 522 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2013-11-18 |
| 上架时间 | 2013-11-17 |
| 评分 | 3.83/5 共6次评分 |
| 开发者 | https://wenzhixin.net.cn |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/wenzhixin/livejs |
| 帮助页面URL | https://github.com/wenzhixin/livejs/issues |
| 支持的语言 | en-US |
| manifest.json | |
{
"name": "livejs",
"description": "chrome extension for livejs",
"version": "1.0.1",
"manifest_version": 2,
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"128": "logo.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"live.js"
]
}
],
"browser_action": {
"default_icon": "logo_disabled.png"
},
"background": {
"scripts": [
"background.js"
]
}
} | |