제작자: Cherrimon
Inspect and view changes in RegexKit source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "RegexKit",
"version": "1.0.4",
"description": "simple regex tool for development and testing.",
"homepage_url": "https://github.com/cherrimon/RegexKit",
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"96": "icons/icon96.png",
"192": "icons/icon192.png",
"512": "icons/icon512.png"
},
"permissions": [
"activeTab",
"storage"
],
"background": {
"scripts": [
"js/background.js"
]
},
"browser_action": {
"default_icon": "icons/icon32.png",
"default_title": "RegexKit",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"js/content.js"
]
}
]
} 최고의 RegexKit 대안
다음은 RegexKit과(와) 유사한 Firefox add-on입니다:
Regex Search & Replace
code-for-charity
Regexer
Tushar Arora
Regex Finder
Keghart
Regex-Search(fork-chrome)
X
RegExMaster
SA88
Network Kit
Blake Rodriguez
Regex Finder
John Smith
JS Extractor
rdzsp
Regex Extractor
coolm
Dev Toolkit — 440+ Developer Tools
yurukusa
XPath Highlighter
mrkptt