Ducktana
Redirect Bing urls to DuckDuckGo for use with cortana.
Ducktana क्या है?
Ducktana https://o-leary.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect Bing urls to DuckDuckGo for use with cortana."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ducktana एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Developed for Cortana on Windows 10. Causes Chrome to remain open in the background, with a tray icon. When a Bing URL is entered the extension intercepts and redirects to a DuckDuckGo URL.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fhhjklgfnidnccndjilcoeakkgjogmac |
आधिकारिक URL | https://chrome.google.com/webstore/detail/ducktana/fhhjklgfnidnccndjilcoeakkgjogmac |
विवरण | Redirect Bing urls to DuckDuckGo for use with cortana. |
फ़ाइल का आकार | 19.35 KB |
स्थापना संख्या | 45 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2015-08-28 |
प्रकाशन तिथि | 2015-08-28 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://o-leary.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://o-leary.com/ |
सहायता पृष्ठ URL | https://o-leary.com/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ducktana", "short_name": "Ducktana", "description": "Redirect Bing urls to DuckDuckGo for use with cortana.", "author": "Sean O'Leary", "homepage_url": "https:\/\/o-leary.com\/downloads\/ducktana", "version": "1.2", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/www.bing.com\/", "background" ], "background": { "scripts": [ "ducktana.js" ] }, "externally_connectable": { "matches": [ "*:\/\/o-leary.com\/*" ] } } |