find+ | Regex Find-in-Page Tool
A find-in-page extension for Google Chrome with support for regular expressions.
find+ | Regex Find-in-Page Tool क्या है?
find+ | Regex Find-in-Page Tool Brandon Richardson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A find-in-page extension for Google Chrome with support for regular expressions."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में find+ | Regex Find-in-Page Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
{find+} is a powerful Find-in-Page extension for Google Chrome allowing you to search a web page or document by regular expression. It has been designed to look and behave much like the native CTRL-F tool, but extended with various useful features. With {find+}, you can match any legal JavaScript regular expression against text in the page, use find-and-replace to replace text in the page, copy occurrences of a regex to your clipboard, store frequently used expressions, and configure the extension the way you like. As a software developer, looking through lengthy stack traces, continuous integration build history, or large text files is something we do very regularly. The Chrome Find-in-Page tool works well in most cases, but offers very little when looking for very specific (or very general) keywords. A few notes: - This tool was designed and built for developers. If you're not familiar with using regular expressions, this tool is not for you. - This tool does not support dynamic pages. The purpose of this tool is to search for patterns in structured text, not in pages like Google Sheets or similar sites. - This tool will struggle with significantly large pages. In these cases, using another tool might be more appropriate.
एक्सटेंशन की मूल जानकारी
नाम | find+ | Regex Find-in-Page Tool |
ID | fddffkdncgkkdjobemgbpojjeffmmofb |
आधिकारिक URL | https://chromewebstore.google.com/detail/find+-regex-find-in-page/fddffkdncgkkdjobemgbpojjeffmmofb |
विवरण | A find-in-page extension for Google Chrome with support for regular expressions. |
फ़ाइल का आकार | 112 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 2.2.2 |
अंतिम अपडेट | 2021-09-14 |
प्रकाशन तिथि | 2020-02-17 |
रेटिंग | 4.16/5 कुल 120 रेटिंग्स |
डेवलपर | Brandon Richardson |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/brandon1024/find |
सहायता पृष्ठ URL | https://github.com/brandon1024/find |
गोपनीयता नीति पृष्ठ URL | https://github.com/brandon1024/find/blob/master/.github/PRIVACY.md |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "short_name": "find+", "version": "2.2.2", "author": [ "Michael Walz", "Brandon Richardson" ], "manifest_version": 2, "description": "__MSG_extension_description__", "default_locale": "en", "permissions": [ "tabs", "activeTab", "background", "storage", "contextMenus", " |