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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Duck Duck Google
قم بتنزيل ملفات الامتداد Duck Duck Google بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } |