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.
拡張機能の基本情報
名前 | RegExTranslator: Decode RegEx in your browser |
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 |
Eメール | [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" } } |