RegEx Test & Search
RegEx Test & Search : Test, Research and Learn regular expression with this new extension.
Co je RegEx Test & Search?
RegEx Test & Search je rozšíření Chrome vyvinuté Briac Le Moing, a jeho hlavní funkcí je „RegEx Test & Search : Test, Research and Learn regular expression with this new extension.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření RegEx Test & Search
Stáhněte si soubory rozšíření RegEx Test & Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | RegEx Test & Search |
ID | bfmmfnihhlgipjdickblkokdnladphfe |
Oficiální URL | https://chromewebstore.google.com/detail/regex-test-search/bfmmfnihhlgipjdickblkokdnladphfe |
Popis | RegEx Test & Search : Test, Research and Learn regular expression with this new extension. |
Velikost souboru | 164 KB |
Počet instalací | 416 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2016-07-28 |
Datum Vydání | 2016-07-28 |
Hodnocení | 2.40/5 Celkem 5 Hodnocení |
Vývojář | Briac Le Moing |
Typ Platby | free |
Podporované Jazyky | 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" ] } |