Copy html in jade

Copy html in jade

Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Copy html in jade",
  "version": "0.0.2",
  "manifest_version": 2,
  "description": "Chrome extension to add a context action and translate and put in your clipboard a snippet of html in jade",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  },
  "permissions": [
    "clipboardWrite",
    "contextMenus"
  ]
}