AI Added to Search
Add generative AI results to your search results.
AI Added to Search क्या है?
AI Added to Search tejalpatwardhan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add generative AI results to your search results."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AI Added to Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Switching between AI services and search results can be a hassle. Now, search in both at once! This extension adds an AI answer to the top of your search results. Feel free to use always, or toggle to "when you click the extension" to use more selectively.
एक्सटेंशन की मूल जानकारी
नाम | AI Added to Search |
ID | ecnjfpolicbkccohcmkkncodalmiecjh |
आधिकारिक URL | https://chromewebstore.google.com/detail/ai-added-to-search/ecnjfpolicbkccohcmkkncodalmiecjh |
विवरण | Add generative AI results to your search results. |
फ़ाइल का आकार | 48.27 KB |
स्थापना संख्या | 90 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2023-05-16 |
प्रकाशन तिथि | 2023-03-31 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | tejalpatwardhan |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AI Added to Search", "version": "2.0", "description": "Add generative AI results to your search results.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png", "512": "icons\/512.png" }, "host_permissions": [ "https:\/\/*.google.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.google.com\/search?q=*" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" } } |