Live Code
Automatic refresh on code change
Vad är Live Code?
Live Code är en Chrome-tillägg utvecklad av http://www.yago.io, och dess huvudfunktion är "Automatic refresh on code change".
Tilläggsskärmbilder
Ladda ner Live Code-förlängningens CRX-fil
Ladda ner Live Code-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Automatic browser refresh when your code change. It using the amazing Livejs library : http://livejs.com/ Grundläggande Information om Tillägg
| Namn | |
| ID | pbkdbmgemcgnpicnocgjhhohkidgpldc |
| Officiell webbadress | https://chrome.google.com/webstore/detail/live-code/pbkdbmgemcgnpicnocgjhhohkidgpldc |
| Beskrivning | Automatic refresh on code change |
| Filstorlek | 21.51 KB |
| Antal Installationer | 407 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2014-01-23 |
| Publiceringsdatum | 2014-01-23 |
| Betyg | 2.50/5 Totalt 8 Betyg |
| Utvecklare | http://www.yago.io |
| Betalningssätt | free |
| Tilläggswebbplats | http://livejs.com/ |
| Stödda Språk | 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"
]
} | |