DuckDuckGo to Google
Unhappy with DuckDuckGo results? Quickly search the same query on Google. Use the toolbar button or the keyboard command shift + g
ما هو DuckDuckGo to Google؟
DuckDuckGo to Google هو إضافة Chrome تم تطويرها بواسطة https://browsernative.com، والميزة الرئيسية لها هي "Unhappy with DuckDuckGo results? Quickly search the same query on Google. Use the toolbar button or the keyboard command shift + g".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DuckDuckGo to Google
قم بتنزيل ملفات الامتداد DuckDuckGo to Google بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Use extension's toolbar button or the keyboard shortcut (Shift + g) while searching on DuckDuckGo. It would load the Google search result page for the same query.
Visit homepage for more: https://browsernative.com/duckduckgo-to-google-search/
Extension by BrowserNative. Not created by or affiliated with DuckDuckGo or Google. معلومات أساسية عن التمديد
| الاسم | |
| ID | ifbidhibhedohacondenjgoahnoidblm |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/duckduckgo-to-google/ifbidhibhedohacondenjgoahnoidblm |
| الوصف | Unhappy with DuckDuckGo results? Quickly search the same query on Google. Use the toolbar button or the keyboard command shift + g |
| حجم الملف | 21.38 KB |
| عدد التثبيتات | 155 |
| النسخة الحالية | 1.0.1 |
| آخر تحديث | 2022-05-04 |
| تاريخ النشر | 2022-05-04 |
| المطور | https://browsernative.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://browsernative.com/duckduckgo-to-google-search/ |
| عنوان صفحة المساعدة | https://browsernative.com/duckduckgo-to-google-search/ |
| عنوان صفحة سياسة الخصوصية | https://browsernative.com/extensions-privacy-policy |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DuckDuckGo to Google",
"description": "Unhappy with DuckDuckGo results? Quickly search the same query on Google. Use the toolbar button or the keyboard command shift + g",
"version": "1.0.1",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"*:\/\/duckduckgo.com\/*",
"*:\/\/www.duckduckgo.com\/*"
],
"js": [
"contentScript.js"
]
}
],
"icons": {
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"action": {
"default_icon": {
"16": "icons\/icon-16.png",
"24": "icons\/icon-24.png",
"32": "icons\/icon-32.png"
},
"default_title": "DDG to Google"
},
"background": {
"service_worker": "sw.js"
},
"permissions": [
"scripting",
"declarativeContent"
],
"host_permissions": [
"*:\/\/duckduckgo.com\/*",
"*:\/\/www.duckduckgo.com\/*"
],
"homepage_url": "https:\/\/browsernative.com\/duckduckgo-to-google-search\/"
} | |