RegEx Test & Search

RegEx Test & Search : Test, Research and Learn regular expression with this new extension.

RegEx Test & Searchとは何ですか?

RegEx Test & SearchはBriac Le Moingによって開発されたChromeの拡張機能で、その主な機能は「RegEx Test & Search : Test, Research and Learn regular expression with this new extension.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

RegEx Test & Search拡張機能のCRXファイルをダウンロード

RegEx Test & Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        RegEx Test & Search let you try your regexp and use it to search a element on the page.

The search part can be fixed to the bottom of the current page.

This extension contain list of useful regular expression and in an other part a description of almost each element in regular expression.                    

拡張機能の基本情報

名前 RegEx Test & Search RegEx Test & Search
ID bfmmfnihhlgipjdickblkokdnladphfe
公式URL https://chromewebstore.google.com/detail/regex-test-search/bfmmfnihhlgipjdickblkokdnladphfe
説明 RegEx Test & Search : Test, Research and Learn regular expression with this new extension.
ファイルサイズ 164 KB
インストール数 416
現在のバージョン 1.2
最終更新日 2016-07-28
公開日 2016-07-28
評価 2.40/5 合計 5 レビュー
開発者 Briac Le Moing
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RegEx Test & Search",
    "description": "RegEx Test & Search : Test, Research and Learn regular expression with this new extension.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "search\/*",
        "search\/highlight.css",
        "search\/popup.html"
    ],
    "permissions": [
        "activeTab"
    ]
}