Duck Duck Google
Sometimes Duck Duck Go isn't perfect, here is a bailout that adds a simple button to duck duck go to google your term.
Duck Duck Google क्या है?
Duck Duck Google http://clintonmedbery.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sometimes Duck Duck Go isn't perfect, here is a bailout that adds a simple button to duck duck go to google your term."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Duck Duck Google एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Don't want to use google? Well maybe you want to use google occasionally when DuckDuckGo doesn't match that awful 4 page long error code your bad programming spits out? DuckDuckGoogle adds a simple button to DuckDuckGo to search in Google on the fly. Don't worry, we won't tell anyone.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fpnifenmokdnegahekoobkoinidabcoi |
आधिकारिक URL | https://chrome.google.com/webstore/detail/duck-duck-google/fpnifenmokdnegahekoobkoinidabcoi |
विवरण | Sometimes Duck Duck Go isn't perfect, here is a bailout that adds a simple button to duck duck go to google your term. |
फ़ाइल का आकार | 12.82 KB |
स्थापना संख्या | 1,222 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2021-03-07 |
प्रकाशन तिथि | 2021-03-05 |
रेटिंग | 4.00/5 कुल 5 रेटिंग्स |
डेवलपर | http://clintonmedbery.dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Duck Duck Google", "version": "1.0.1", "description": "Sometimes Duck Duck Go isn't perfect, here is a bailout that adds a simple button to duck duck go to google your term.", "content_scripts": [ { "matches": [ "https:\/\/*.duckduckgo.com\/*" ], "run_at": "document_start", "js": [ "duckDuckGoogle.js" ], "css": [ "duck-duck.styles.css" ] } ], "icons": { "16": "images\/duckduckgoogle_16.png", "48": "images\/duckduckgoogle_48.png", "128": "images\/duckduckgoogle_128.png" }, "manifest_version": 2 } |