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文件

下載Copernic Desktop Search Connector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Copernic Desktop Search Connector Copernic Desktop Search Connector
ID bjdfpdlbeklikgponpiohccngpibjfeb
官方網址 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"
    ]
}