Octagon Find
Extension adding Octagon Find search engine to Chrome.
Octagon Findคืออะไร?
Octagon Find เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://octagonfind.com และคุณลักษณะหลักของมันคือ "Extension adding Octagon Find search engine to Chrome."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Octagon Find
ดาวน์โหลดไฟล์ส่วนขยาย Octagon Find ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to set the Octagon Find search engine as your primary search provider in the address bar. Octagon Find search engine is an alternative search engine with the ability to search for content in various sources with an emphasis on user privacy. By clicking "Add to Chrome", I accept and agree to installing the Octagon Find and setting Chrome search to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings provided by Octagon Find. Terms of Use: https://octagonfind.com/terms.html Privacy Policy: https://octagonfind.com/privacy.html
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Octagon Find |
ID | caapofiiacjkdpchgmpmfbeoccpphhnb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/octagon-find/caapofiiacjkdpchgmpmfbeoccpphhnb |
คำอธิบาย | Extension adding Octagon Find search engine to Chrome. |
ขนาดไฟล์ | 6.71 KB |
จำนวนการติดตั้ง | 26 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-07-16 |
วันที่เผยแพร่ | 2021-07-15 |
ผู้พัฒนา | https://octagonfind.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://octagonfind.com/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "chrome_settings_overrides": { "search_provider": { "favicon_url": "https:\/\/octagonfind.com\/favicon.ico", "is_default": true, "name": "Octagon Find", "keyword": "of", "search_url": "https:\/\/octagonfind.com\/search?q={searchTerms}", "encoding": "UTF-8" } }, "description": "Extension adding Octagon Find search engine to Chrome.", "version": "1.0.0", "manifest_version": 2, "permissions": [ "contextMenus", "webRequestBlocking", "https:\/\/octagonfind.com\/*", "webRequest" ], "background": { "scripts": [ "library.js", "background.js" ] }, "name": "Octagon Find", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "128": "icon128.png" } } |