Octagon Find

Extension adding Octagon Find search engine to Chrome.

Was ist Octagon Find?

Octagon Find ist eine Chrome-Erweiterung, die von https://octagonfind.com entwickelt wurde, und ihr Hauptmerkmal ist "Extension adding Octagon Find search engine to Chrome.".

Erweiterungsscreenshots

screenshot

Octagon Find-Erweiterungs-CRX-Datei herunterladen

Laden Sie Octagon Find-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Octagon Find Octagon Find
ID caapofiiacjkdpchgmpmfbeoccpphhnb
Offizielle URL https://chromewebstore.google.com/detail/octagon-find/caapofiiacjkdpchgmpmfbeoccpphhnb
Beschreibung Extension adding Octagon Find search engine to Chrome.
Dateigröße 6.71 KB
Installationsanzahl 26
Aktuelle Version 1.0.0
Letztes Update 2021-07-16
Veröffentlichungsdatum 2021-07-15
Entwickler https://octagonfind.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://octagonfind.com/privacy.html
Unterstützte Sprachen 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"
    }
}