Code2HTML

Code2HTML

Escape code symbols to make it friendy for webpage insertion (html, js, php, smarty)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Code2HTML",
  "description": "Escape code symbols to make it friendy for webpage insertion (html, js, php, smarty)",
  "version": "0.0.0.2",
  "manifest_version": 2,
  "icons": {
    "128": "code2html.png"
  },
  "app": {
    "urls": [
      "http://www.ejectamenta.com/code2html/"
    ],
    "launch": {
      "web_url": "http://www.ejectamenta.com/code2html/"
    }
  }
}