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 |
| 官方網址 | 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"
}
} | |