Copernic Desktop Search Connector

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

Vad är Copernic Desktop Search Connector?

Copernic Desktop Search Connector är en Chrome-tillägg utvecklad av https://www.copernic.com, och dess huvudfunktion är "Enables you to search your history & bookmarks using Copernic Desktop Search.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Copernic Desktop Search Connector-förlängningens CRX-fil

Ladda ner Copernic Desktop Search Connector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Copernic Desktop Search Connector Copernic Desktop Search Connector
ID bjdfpdlbeklikgponpiohccngpibjfeb
Officiell webbadress https://chromewebstore.google.com/detail/copernic-desktop-search-c/bjdfpdlbeklikgponpiohccngpibjfeb
Beskrivning Enables you to search your history & bookmarks using Copernic Desktop Search.
Filstorlek 18.76 KB
Antal Installationer 4,210
Aktuell Version 6.0.0.5
Senast Uppdaterad 2018-05-04
Publiceringsdatum 2018-05-04
Betyg 3.33/5 Totalt 12 Betyg
Utvecklare https://www.copernic.com
Betalningssätt free
Tilläggswebbplats http://www.copernic.com/en/products/desktop-search/release_candidate.html
Hjälpsida URL http://www.copernic.com/en/support/index.php
Stödda Språk 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"
    ]
}