Copernic Desktop Search Connector
Enables you to search your history & bookmarks using Copernic Desktop Search.
What is Copernic Desktop Search Connector?
Copernic Desktop Search Connector is a Chrome extension developed by https://www.copernic.com, and its main feature is "Enables you to search your history & bookmarks using Copernic Desktop Search.".
Extension Screenshots
Download Copernic Desktop Search Connector Extension CRX File
Download Copernic Desktop Search Connector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Enables you to search your Google Chrome™ history & bookmarks using Copernic Desktop Search.
Extension Basic Information
Name | |
ID | bjdfpdlbeklikgponpiohccngpibjfeb |
Official URL | https://chromewebstore.google.com/detail/copernic-desktop-search-c/bjdfpdlbeklikgponpiohccngpibjfeb |
Description | Enables you to search your history & bookmarks using Copernic Desktop Search. |
File Size | 18.76 KB |
Installation Count | 4,210 |
Current Version | 6.0.0.5 |
Last Updated | 2018-05-04 |
Publish Date | 2018-05-04 |
Rating | 3.33/5 Total 12 Ratings |
Developer | https://www.copernic.com |
Payment Type | free |
Extension Website | http://www.copernic.com/en/products/desktop-search/release_candidate.html |
Help Page URL | http://www.copernic.com/en/support/index.php |
Supported Languages | 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" ] } |