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
官方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"
    ]
}