Octagon Find
Extension adding Octagon Find search engine to Chrome.
什么是Octagon Find?
Octagon Find是由https://octagonfind.com开发的Chrome扩展程序,该扩展的主要功能是“Extension adding Octagon Find search engine to Chrome.”。
扩展截图
下载Octagon Find扩展crx文件
下载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" } } |