RegEx Test & Search
RegEx Test & Search : Test, Research and Learn regular expression with this new extension.
RegEx Test & Search क्या है?
RegEx Test & Search Briac Le Moing द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "RegEx Test & Search : Test, Research and Learn regular expression with this new extension."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RegEx Test & Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | RegEx Test & Search |
ID | bfmmfnihhlgipjdickblkokdnladphfe |
आधिकारिक URL | https://chromewebstore.google.com/detail/regex-test-search/bfmmfnihhlgipjdickblkokdnladphfe |
विवरण | RegEx Test & Search : Test, Research and Learn regular expression with this new extension. |
फ़ाइल का आकार | 164 KB |
स्थापना संख्या | 416 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2016-07-28 |
प्रकाशन तिथि | 2016-07-28 |
रेटिंग | 2.40/5 कुल 5 रेटिंग्स |
डेवलपर | Briac Le Moing |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |