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.”。

擴展截圖

screenshot

下載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 Octagon Find
ID caapofiiacjkdpchgmpmfbeoccpphhnb
官方網址 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
電子郵箱 [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"
    }
}