Google Bold Extractor
Extracts and copies em tags content from the current webpage
Google Bold Extractor क्या है?
Google Bold Extractor https://www.bigtechies.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extracts and copies em tags content from the current webpage"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Bold Extractor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Google Search Results Bold Keywords Extractor Chrome Extension Google Search Results Bold Keywords Extractor is a simple Google Chrome extension that extracts text wrapped in tags from the current web page and copies it to the clipboard. The extension works by injecting a content script into every page the user visits. The content script searches for all tags on the page and extracts the text within them. The extracted text is then copied to the clipboard using the clipboardWrite permission. Features Extracts text wrapped in tags from the current web page Copies the extracted text to the clipboard Works on all web pages Easy to use Usage Once Bold Keywords Extractor is installed, it will automatically run on every web page you visit. To use the extension, simply click on the emTagExtractor icon in the Chrome toolbar. The extension will then extract all tags on the page and copy the text within them to the clipboard. Contributing If you find a bug or have an idea for a new feature, feel free to open an issue or submit a pull request!
एक्सटेंशन की मूल जानकारी
नाम | Google Bold Extractor |
ID | iihdimlicacgcnignahdlbmefffoejma |
आधिकारिक URL | https://chromewebstore.google.com/detail/google-bold-extractor/iihdimlicacgcnignahdlbmefffoejma |
विवरण | Extracts and copies em tags content from the current webpage |
फ़ाइल का आकार | 15.51 KB |
स्थापना संख्या | 431 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2023-05-24 |
प्रकाशन तिथि | 2023-05-23 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | https://www.bigtechies.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.bigtechies.com/ |
सहायता पृष्ठ URL | https://github.com/AleemIqbal/bold-extractor-extension |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Bold Extractor", "version": "1.0", "description": "Extracts and copies em tags content from the current webpage", "icons": { "48": "icon.png" }, "permissions": [ "activeTab", "tabs", "scripting" ], "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |