Copernic Desktop Search Connector

Enables you to search your history & bookmarks using Copernic Desktop Search.

Copernic Desktop Search Connector란 무엇입니까?

Copernic Desktop Search Connector은(는) https://www.copernic.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables you to search your history & bookmarks using Copernic Desktop Search."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Copernic Desktop Search Connector 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Enables you to search your Google Chrome™ history & bookmarks using Copernic Desktop Search.                    

확장 프로그램 기본 정보

이름 Copernic Desktop Search Connector Copernic Desktop Search Connector
ID bjdfpdlbeklikgponpiohccngpibjfeb
공식 URL https://chromewebstore.google.com/detail/copernic-desktop-search-c/bjdfpdlbeklikgponpiohccngpibjfeb
설명 Enables you to search your history & bookmarks using Copernic Desktop Search.
파일 크기 18.76 KB
설치 횟수 4,210
현재 버전 6.0.0.5
최근 업데이트 2018-05-04
출시 날짜 2018-05-04
평점 3.33/5 총 12 개의 평점
개발자 https://www.copernic.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.copernic.com/en/products/desktop-search/release_candidate.html
도움말 페이지 URL http://www.copernic.com/en/support/index.php
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "6.0.0.5",
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "homepage_url": "http:\/\/go.copernic.com?dest=chromeaboutext",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "provider.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/localhost\/*",
        "background",
        "history",
        "bookmarks",
        "alarms",
        "unlimitedStorage"
    ]
}