RegEx Test & Search
RegEx Test & Search : Test, Research and Learn regular expression with this new extension.
Qu'est-ce que RegEx Test & Search ?
RegEx Test & Search est une extension Chrome développée par Briac Le Moing, et sa fonction principale est "RegEx Test & Search : Test, Research and Learn regular expression with this new extension.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RegEx Test & Search
Téléchargez les fichiers d'extension RegEx Test & Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | RegEx Test & Search |
ID | bfmmfnihhlgipjdickblkokdnladphfe |
URL Officiel | https://chromewebstore.google.com/detail/regex-test-search/bfmmfnihhlgipjdickblkokdnladphfe |
Description | RegEx Test & Search : Test, Research and Learn regular expression with this new extension. |
Taille du Fichier | 164 KB |
Nombre d'Installations | 416 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2016-07-28 |
Date de Publication | 2016-07-28 |
Évaluation | 2.40/5 Total 5 Évaluations |
Développeur | Briac Le Moing |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |