Octagon Find

Extension adding Octagon Find search engine to Chrome.

Vad är Octagon Find?

Octagon Find är en Chrome-tillägg utvecklad av https://octagonfind.com, och dess huvudfunktion är "Extension adding Octagon Find search engine to Chrome.".

Tilläggsskärmbilder

screenshot

Ladda ner Octagon Find-förlängningens CRX-fil

Ladda ner Octagon Find-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Octagon Find Octagon Find
ID caapofiiacjkdpchgmpmfbeoccpphhnb
Officiell webbadress https://chromewebstore.google.com/detail/octagon-find/caapofiiacjkdpchgmpmfbeoccpphhnb
Beskrivning Extension adding Octagon Find search engine to Chrome.
Filstorlek 6.71 KB
Antal Installationer 26
Aktuell Version 1.0.0
Senast Uppdaterad 2021-07-16
Publiceringsdatum 2021-07-15
Utvecklare https://octagonfind.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://octagonfind.com/privacy.html
Stödda Språk 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"
    }
}