RegEx Test & Search
RegEx Test & Search : Test, Research and Learn regular expression with this new extension.
O que é RegEx Test & Search?
RegEx Test & Search é uma extensão do Chrome desenvolvida por Briac Le Moing, e sua principal característica é "RegEx Test & Search : Test, Research and Learn regular expression with this new extension.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão RegEx Test & Search
Baixe arquivos de extensão RegEx Test & Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | RegEx Test & Search |
ID | bfmmfnihhlgipjdickblkokdnladphfe |
URL Oficial | https://chromewebstore.google.com/detail/regex-test-search/bfmmfnihhlgipjdickblkokdnladphfe |
Descrição | RegEx Test & Search : Test, Research and Learn regular expression with this new extension. |
Tamanho do Arquivo | 164 KB |
Contagem de Instalações | 416 |
Versão Atual | 1.2 |
Última Atualização | 2016-07-28 |
Data de Publicação | 2016-07-28 |
Classificação | 2.40/5 Total de 5 Avaliações |
Desenvolvedor | Briac Le Moing |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |