RegExTranslator: Decode RegEx in your browser
This extension displays a translator for Regular Expressions to English and back again
什么是RegExTranslator: Decode RegEx in your browser?
RegExTranslator: Decode RegEx in your browser是由https://regextranslator.com开发的Chrome扩展程序,该扩展的主要功能是“This extension displays a translator for Regular Expressions to English and back again”。
扩展截图
下载RegExTranslator: Decode RegEx in your browser扩展crx文件
下载RegExTranslator: Decode RegEx in your browser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a button for RegEx Translator, allowing you to open a new tab that lets you translate back and forth between English and Regular Expressions. Try it now to decode a regular expression, or to construct one with simple English. 扩展基本信息
| 名称 | |
| ID | dndiklaphienblglocjmgplamipmocdo |
| 官方URL | https://chromewebstore.google.com/detail/regextranslator-decode-re/dndiklaphienblglocjmgplamipmocdo |
| 简介 | This extension displays a translator for Regular Expressions to English and back again |
| 文件大小 | 13.44 KB |
| 安装次数 | 102 |
| 当前版本 | 1.0 |
| 更新时间 | 2017-08-13 |
| 上架时间 | 2017-08-13 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | https://regextranslator.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://regextranslator.com |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "RegExTranslator: Decode RegEx in your browser",
"description": "This extension displays a translator for Regular Expressions to English and back again",
"version": "1.0",
"browser_action": {
"default_icon": ".\/android-chrome-144x144.png",
"default_title": "RegExTranslator"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"144": ".\/android-chrome-144x144.png",
"16": "favicon-16x16.png",
"32": "favicon-32x32.png"
}
} | |