Keyword Search
This is a simple extension that searches your keyword
Keyword Search क्या है?
Keyword Search Kashyap Kaki द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is a simple extension that searches your keyword"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Keyword Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If you'd like to search any keyword anywhere from one place, this extension is for you. With this extension, you can search any keyword that opens another tab to give your search results. Initial version released. Coming up with more features in future. If you like the extension, please rate and encourage us. Let us know your feedback and suggestions. Thank you!
एक्सटेंशन की मूल जानकारी
नाम | Keyword Search |
ID | nonlplbhnineefeopejpfmfhppnnejdi |
आधिकारिक URL | https://chromewebstore.google.com/detail/keyword-search/nonlplbhnineefeopejpfmfhppnnejdi |
विवरण | This is a simple extension that searches your keyword |
फ़ाइल का आकार | 115 KB |
स्थापना संख्या | 38 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-07-20 |
प्रकाशन तिथि | 2020-07-20 |
डेवलपर | Kashyap Kaki |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Keyword Search", "version": "1.0", "description": "This is a simple extension that searches your keyword", "author": "Kashyap Kaki", "icons": { "16": "Resources\/SearchIcon-16px.png", "48": "Resources\/SearchIcon-48px.png", "128": "Resources\/SearchIcon-128px.png" }, "browser_action": { "default_icon": { "16": "Resources\/SearchIcon-16px.png", "24": "Resources\/SearchIcon-24px.png", "32": "Resources\/SearchIcon-32px.png" }, "default_title": "Keyword Search", "default_popup": "index.html" }, "background": [ "main.js" ] } |