Add google search option to duckduckgo
Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!
ما هو Add google search option to duckduckgo؟
Add google search option to duckduckgo هو إضافة Chrome تم تطويرها بواسطة JFCCoding، والميزة الرئيسية لها هي "Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Add google search option to duckduckgo
قم بتنزيل ملفات الامتداد Add google search option to duckduckgo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Hate when your using different search engines and you want to check a different one like google for different results? Well I added a button under the search bar that will do just this! It will open a new window with search what you were looking for into google! Search Engines currently supported: DuckDuckGo Microsoft Bing
معلومات أساسية عن التمديد
الاسم | Add google search option to duckduckgo |
ID | oopkohppehamfoconkdjlhamenlijmkb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/add-google-search-option/oopkohppehamfoconkdjlhamenlijmkb |
الوصف | Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button! |
حجم الملف | 22.88 KB |
عدد التثبيتات | 49 |
النسخة الحالية | 1.1 |
آخر تحديث | 2024-01-25 |
تاريخ النشر | 2020-10-06 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | JFCCoding |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://jfc-hosting.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add google search option to duckduckgo", "version": "1.1", "manifest_version": 2, "description": "Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!", "content_scripts": [ { "js": [ "jquery.js", "content.js" ], "matches": [ "https:\/\/duckduckgo.com\/?q=*", "https:\/\/www.bing.com\/search?q=*" ] } ] } |