Multiple-word Find and Replace

Multiple-word Find and Replace

web multiple-word find and replace, modify at https://github.com/citizenten/Jscript_ChromeAppFindandReplace

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Multiple-word Find and Replace",
  "version": "1.0",
  "manifest_version": 2,
  "description": "web multiple-word find and replace, modify at https://github.com/citizenten/Jscript_ChromeAppFindandReplace",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "<all_urls>"
  ]
}