Reggie - Expression Tester
Test your regular expressions in javascript. Features: Live results, replace matches, color highlights and saving state.
O que é Reggie - Expression Tester?
Reggie - Expression Tester é uma extensão do Chrome desenvolvida por GreenOrange Studios, e sua principal característica é "Test your regular expressions in javascript. Features: Live results, replace matches, color highlights and saving state.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reggie - Expression Tester
Baixe arquivos de extensão Reggie - Expression 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
Reggie is here to help you test your regular expressions in javascript. Features include: Live results, replace matches, and change color highlights. If you need to go to a new window Reggie has your back and will remember what you typed last so you don't lose your place.
Informações Básicas da Extensão
Nome | Reggie - Expression Tester |
ID | gifnccacdbnplpmmhomaaghgakndficc |
URL Oficial | https://chromewebstore.google.com/detail/reggie-expression-tester/gifnccacdbnplpmmhomaaghgakndficc |
Descrição | Test your regular expressions in javascript. Features: Live results, replace matches, color highlights and saving state. |
Tamanho do Arquivo | 15.62 KB |
Contagem de Instalações | 155 |
Versão Atual | 0.2 |
Última Atualização | 2016-06-19 |
Data de Publicação | 2016-06-19 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | GreenOrange Studios |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Brennan Thompson", "name": "Reggie - Expression Tester", "short_name": "Reggie", "description": "Test your regular expressions in javascript. Features: Live results, replace matches, color highlights and saving state.", "version": "0.2", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "img\/icon-20.png", "default_popup": "index.html" }, "background": { "scripts": [ "js\/events.js" ], "persistent": false }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "permissions": [ "storage" ] } |