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