Copernic Desktop Search Connector

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

Co to jest Copernic Desktop Search Connector?

Copernic Desktop Search Connector to rozszerzenie Chrome opracowane przez https://www.copernic.com, a jego główną funkcją jest „Enables you to search your history & bookmarks using Copernic Desktop Search.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Copernic Desktop Search Connector

Pobierz pliki rozszerzeń Copernic Desktop Search Connector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Copernic Desktop Search Connector Copernic Desktop Search Connector
ID bjdfpdlbeklikgponpiohccngpibjfeb
Oficjalny URL https://chromewebstore.google.com/detail/copernic-desktop-search-c/bjdfpdlbeklikgponpiohccngpibjfeb
Opis Enables you to search your history & bookmarks using Copernic Desktop Search.
Rozmiar pliku 18.76 KB
Liczba instalacji 4,210
Aktualna Wersja 6.0.0.5
Ostatnia Aktualizacja 2018-05-04
Data Publikacji 2018-05-04
Ocena 3.33/5 Łącznie 12 Oceny
Deweloper https://www.copernic.com
Typ Płatności free
Strona Rozszerzenia http://www.copernic.com/en/products/desktop-search/release_candidate.html
Adres URL Strony Pomocy http://www.copernic.com/en/support/index.php
Obsługiwane Języki 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"
    ]
}