Reggie - Expression Tester
Test your regular expressions in javascript. Features: Live results, replace matches, color highlights and saving state.
Co to jest Reggie - Expression Tester?
Reggie - Expression Tester to rozszerzenie Chrome opracowane przez GreenOrange Studios, a jego główną funkcją jest „Test your regular expressions in javascript. Features: Live results, replace matches, color highlights and saving state.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reggie - Expression Tester
Pobierz pliki rozszerzeń Reggie - Expression Tester w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Reggie - Expression Tester |
ID | gifnccacdbnplpmmhomaaghgakndficc |
Oficjalny URL | https://chromewebstore.google.com/detail/reggie-expression-tester/gifnccacdbnplpmmhomaaghgakndficc |
Opis | Test your regular expressions in javascript. Features: Live results, replace matches, color highlights and saving state. |
Rozmiar pliku | 15.62 KB |
Liczba instalacji | 155 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2016-06-19 |
Data Publikacji | 2016-06-19 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | GreenOrange Studios |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |