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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}