Ducktana
Redirect Bing urls to DuckDuckGo for use with cortana.
ما هو Ducktana؟
Ducktana هو إضافة Chrome تم تطويرها بواسطة https://o-leary.com، والميزة الرئيسية لها هي "Redirect Bing urls to DuckDuckGo for use with cortana.".
تحميل ملف CRX للإضافة Ducktana
قم بتنزيل ملفات الامتداد Ducktana بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/ |
عنوان صفحة المساعدة | 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\/*" ] } } |