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 |
Eメール | [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" } } |