Octagon Find
Extension adding Octagon Find search engine to Chrome.
Qu'est-ce que Octagon Find ?
Octagon Find est une extension Chrome développée par https://octagonfind.com, et sa fonction principale est "Extension adding Octagon Find search engine to Chrome.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Octagon Find
Téléchargez les fichiers d'extension Octagon Find au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Octagon Find |
ID | caapofiiacjkdpchgmpmfbeoccpphhnb |
URL Officiel | https://chromewebstore.google.com/detail/octagon-find/caapofiiacjkdpchgmpmfbeoccpphhnb |
Description | Extension adding Octagon Find search engine to Chrome. |
Taille du Fichier | 6.71 KB |
Nombre d'Installations | 26 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-07-16 |
Date de Publication | 2021-07-15 |
Développeur | https://octagonfind.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://octagonfind.com/privacy.html |
Langues Prises en Charge | 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" } } |