RegEx Test & Search
RegEx Test & Search : Test, Research and Learn regular expression with this new extension.
Vad är RegEx Test & Search?
RegEx Test & Search är en Chrome-tillägg utvecklad av Briac Le Moing, och dess huvudfunktion är "RegEx Test & Search : Test, Research and Learn regular expression with this new extension.".
Tilläggsskärmbilder
Ladda ner RegEx Test & Search-förlängningens CRX-fil
Ladda ner RegEx Test & Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | bfmmfnihhlgipjdickblkokdnladphfe |
| Officiell webbadress | https://chromewebstore.google.com/detail/regex-test-search/bfmmfnihhlgipjdickblkokdnladphfe |
| Beskrivning | RegEx Test & Search : Test, Research and Learn regular expression with this new extension. |
| Filstorlek | 164 KB |
| Antal Installationer | 416 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2016-07-28 |
| Publiceringsdatum | 2016-07-28 |
| Betyg | 2.40/5 Totalt 5 Betyg |
| Utvecklare | Briac Le Moing |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |