Add google search option to duckduckgo
Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!
Add google search option to duckduckgo क्या है?
Add google search option to duckduckgo JFCCoding द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Add google search option to duckduckgo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Hate when your using different search engines and you want to check a different one like google for different results? Well I added a button under the search bar that will do just this! It will open a new window with search what you were looking for into google! Search Engines currently supported: DuckDuckGo Microsoft Bing
एक्सटेंशन की मूल जानकारी
नाम | Add google search option to duckduckgo |
ID | oopkohppehamfoconkdjlhamenlijmkb |
आधिकारिक URL | https://chromewebstore.google.com/detail/add-google-search-option/oopkohppehamfoconkdjlhamenlijmkb |
विवरण | Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button! |
फ़ाइल का आकार | 22.88 KB |
स्थापना संख्या | 49 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2024-01-25 |
प्रकाशन तिथि | 2020-10-06 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | JFCCoding |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://jfc-hosting.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add google search option to duckduckgo", "version": "1.1", "manifest_version": 2, "description": "Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!", "content_scripts": [ { "js": [ "jquery.js", "content.js" ], "matches": [ "https:\/\/duckduckgo.com\/?q=*", "https:\/\/www.bing.com\/search?q=*" ] } ] } |