Copernic Desktop Search Connector
Enables you to search your history & bookmarks using Copernic Desktop Search.
Qu'est-ce que Copernic Desktop Search Connector ?
Copernic Desktop Search Connector est une extension Chrome développée par https://www.copernic.com, et sa fonction principale est "Enables you to search your history & bookmarks using Copernic Desktop Search.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Copernic Desktop Search Connector
Téléchargez les fichiers d'extension Copernic Desktop Search Connector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Enables you to search your Google Chrome™ history & bookmarks using Copernic Desktop Search.
Informations de Base sur l'Extension
Nom | |
ID | bjdfpdlbeklikgponpiohccngpibjfeb |
URL Officiel | https://chromewebstore.google.com/detail/copernic-desktop-search-c/bjdfpdlbeklikgponpiohccngpibjfeb |
Description | Enables you to search your history & bookmarks using Copernic Desktop Search. |
Taille du Fichier | 18.76 KB |
Nombre d'Installations | 4,210 |
Version Actuelle | 6.0.0.5 |
Dernière Mise à Jour | 2018-05-04 |
Date de Publication | 2018-05-04 |
Évaluation | 3.33/5 Total 12 Évaluations |
Développeur | https://www.copernic.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.copernic.com/en/products/desktop-search/release_candidate.html |
URL de la Page d'Aide | http://www.copernic.com/en/support/index.php |
Langues Prises en Charge | 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" ] } |