Copernic Desktop Search Connector
Enables you to search your history & bookmarks using Copernic Desktop Search.
Cos'è Copernic Desktop Search Connector?
Copernic Desktop Search Connector è un'estensione di Chrome sviluppata da https://www.copernic.com, e la sua funzione principale è "Enables you to search your history & bookmarks using Copernic Desktop Search.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Copernic Desktop Search Connector
Scarica i file di estensione Copernic Desktop Search Connector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Enables you to search your Google Chrome™ history & bookmarks using Copernic Desktop Search.
Informazioni di Base sull'Estensione
Nome | |
ID | bjdfpdlbeklikgponpiohccngpibjfeb |
URL Ufficiale | https://chromewebstore.google.com/detail/copernic-desktop-search-c/bjdfpdlbeklikgponpiohccngpibjfeb |
Descrizione | Enables you to search your history & bookmarks using Copernic Desktop Search. |
Dimensione del File | 18.76 KB |
Conteggio Installazioni | 4,210 |
Versione Corrente | 6.0.0.5 |
Ultimo Aggiornamento | 2018-05-04 |
Data di Pubblicazione | 2018-05-04 |
Valutazione | 3.33/5 Totale 12 Valutazioni |
Sviluppatore | https://www.copernic.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.copernic.com/en/products/desktop-search/release_candidate.html |
URL della Pagina di Aiuto | http://www.copernic.com/en/support/index.php |
Lingue Supportate | 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" ] } |