DuckDuckGo Search - Context Menu and Omnibox
Search DuckDuckGo using the context menu option and omnibox.
DuckDuckGo Search - Context Menu and Omniboxคืออะไร?
DuckDuckGo Search - Context Menu and Omnibox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browsernative.com และคุณลักษณะหลักของมันคือ "Search DuckDuckGo using the context menu option and omnibox."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DuckDuckGo Search - Context Menu and Omnibox
ดาวน์โหลดไฟล์ส่วนขยาย DuckDuckGo Search - Context Menu and Omnibox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
1> Highlight text and right click on it. Select the option to search that text query with DuckDuckGo search engine in a new tab.
2> Type "ddg " in the address bar (omnibox), and type your search query and hit the enter key.
Simple and light-weight extension. Doesn't require any permission. Read more on our homepage: https://browsernative.com/duckduckgo-chrome-extension/
Extension created by BrowserNative, not affiliated with DuckDuckGo. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | fepjgbgflmnaieiodmkkclhjfihdhoid |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/duckduckgo-search-context/fepjgbgflmnaieiodmkkclhjfihdhoid |
| คำอธิบาย | Search DuckDuckGo using the context menu option and omnibox. |
| ขนาดไฟล์ | 6.9 KB |
| จำนวนการติดตั้ง | 1,359 |
| เวอร์ชันปัจจุบัน | 0.0.2 |
| อัปเดตครั้งล่าสุด | 2019-10-12 |
| วันที่เผยแพร่ | 2019-10-12 |
| คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
| ผู้พัฒนา | https://browsernative.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://browsernative.com/duckduckgo-chrome-extension/ |
| URL หน้าช่วยเหลือ | https://browsernative.com/duckduckgo-chrome-extension/ |
| URL หน้านโยบายความเป็นส่วนตัว | https://browsernative.com/extensions-privacy-policy |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DuckDuckGo Search - Context Menu and Omnibox",
"short_name": "DDG Search",
"description": "Search DuckDuckGo using the context menu option and omnibox.",
"version": "0.0.2",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png"
},
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"omnibox": {
"keyword": "ddg"
},
"manifest_version": 2,
"homepage_url": "https:\/\/browsernative.com\/duckduckgo-chrome-extension\/"
} | |