RegEx Test & Search

RegEx Test & Search

RegEx Test & Search : Test, Research and Learn regular expression with this new extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "RegEx Test & Search",
  "description": "RegEx Test & Search : Test, Research and Learn regular expression with this new extension.",
  "version": "1.2",
  "browser_action": {
    "default_icon": "images/logo.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "search/*",
    "search/highlight.css",
    "search/popup.html"
  ],
  "permissions": [
    "activeTab"
  ]
}