Octagon Find
Extension adding Octagon Find search engine to Chrome.
Cos'è Octagon Find?
Octagon Find è un'estensione di Chrome sviluppata da https://octagonfind.com, e la sua funzione principale è "Extension adding Octagon Find search engine to Chrome.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Octagon Find
Scarica i file di estensione Octagon Find in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Octagon Find |
ID | caapofiiacjkdpchgmpmfbeoccpphhnb |
URL Ufficiale | https://chromewebstore.google.com/detail/octagon-find/caapofiiacjkdpchgmpmfbeoccpphhnb |
Descrizione | Extension adding Octagon Find search engine to Chrome. |
Dimensione del File | 6.71 KB |
Conteggio Installazioni | 26 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-07-16 |
Data di Pubblicazione | 2021-07-15 |
Sviluppatore | https://octagonfind.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://octagonfind.com/privacy.html |
Lingue Supportate | 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" } } |