PlainText - HTML Format Cleaner

PlainText - HTML Format Cleaner

right-click context-menu items to clear HTML formating and copy as plain text

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "0.1.1",
  "name": "PlainText - HTML Format Cleaner",
  "description": "Right-click context-menu to clear HTML formating (remove HTML tags) and copy as plain text",
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png",
    "256": "data/icons/256.png",
    "512": "data/icons/512.png"
  },
  "permissions": [
    "contextMenus",
    "notifications",
    "storage",
    "*://*/*"
  ],
  "homepage_url": "https://add0n.com/html-format-cleaner.html",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  }
}