javascript regexp tester.
regular expression test by javascript.
O que é javascript regexp tester.?
javascript regexp tester. é uma extensão do Chrome desenvolvida por motrohi, e sua principal característica é "regular expression test by javascript.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão javascript regexp tester.
Baixe arquivos de extensão javascript regexp tester. 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
Using a regular expression of javascript. This extension, rather than to search for a regular expression HTML page, You or to test the javascript regular expression to capture the selected text in the HTML page. Or, it is a tool to test regular expressions of javascript easily.
Informações Básicas da Extensão
Nome | |
ID | bncbgmmhpdaddlblolbpflngclbachab |
URL Oficial | https://chrome.google.com/webstore/detail/javascript-regexp-tester/bncbgmmhpdaddlblolbpflngclbachab |
Descrição | regular expression test by javascript. |
Tamanho do Arquivo | 56.25 KB |
Contagem de Instalações | 337 |
Versão Atual | 1.0.5 |
Última Atualização | 2014-06-22 |
Data de Publicação | 2014-06-22 |
Classificação | 3.50/5 Total de 4 Avaliações |
Desenvolvedor | motrohi |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "javascript regexp tester.", "version": "1.0.5", "description": "regular expression test by javascript.", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "javascript regexp tester" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "all_frames": true, "js": [ "jsc\/defs.js", "jsc\/content.js" ], "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ] } ], "icons": { "16": "icon.png", "128": "icon128.png" } } |