RegEx Test & Search
RegEx Test & Search : Test, Research and Learn regular expression with this new extension.
Co to jest RegEx Test & Search?
RegEx Test & Search to rozszerzenie Chrome opracowane przez Briac Le Moing, a jego główną funkcją jest „RegEx Test & Search : Test, Research and Learn regular expression with this new extension.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RegEx Test & Search
Pobierz pliki rozszerzeń RegEx Test & Search 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | RegEx Test & Search |
ID | bfmmfnihhlgipjdickblkokdnladphfe |
Oficjalny URL | https://chromewebstore.google.com/detail/regex-test-search/bfmmfnihhlgipjdickblkokdnladphfe |
Opis | RegEx Test & Search : Test, Research and Learn regular expression with this new extension. |
Rozmiar pliku | 164 KB |
Liczba instalacji | 416 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2016-07-28 |
Data Publikacji | 2016-07-28 |
Ocena | 2.40/5 Łącznie 5 Oceny |
Deweloper | Briac Le Moing |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |