RegExMaster Firefox

Examine source code of RegExMaster

제작자: SA88
Inspect and view changes in RegExMaster source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "RegExMaster",
  "version": "1.0",
  "description": "Advanced Regular Expression Testing Tool with visual feedback and additional features",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "action": {
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_title": "RegExMaster",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "storage",
    "clipboardWrite",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "regexmaster@gmail.com"
    }
  }
}

최고의 RegExMaster 대안

다음은 RegExMaster과(와) 유사한 Firefox add-on입니다: