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.”。
擴展截圖
下載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 |
ID | bfmmfnihhlgipjdickblkokdnladphfe |
官方網址 | 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" ] } |