Kin Crawler Search Keywords

Highlight the keywords that you searched in KinCrawler.com

Co to jest Kin Crawler Search Keywords?

Kin Crawler Search Keywords to rozszerzenie Chrome opracowane przez http://kincrawler.com, a jego główną funkcją jest „Highlight the keywords that you searched in KinCrawler.com”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Kin Crawler Search Keywords

Pobierz pliki rozszerzeń Kin Crawler Search Keywords 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

                        Highlight the keywords that you searched in the Kincrawler.com search engine

Easily find your ancestors names in one of the internet's largest genealogy search engines                    

Podstawowe informacje o rozszerzeniu

Nazwa Kin Crawler Search Keywords Kin Crawler Search Keywords
ID kdliebjabjjlhpbdoklnmffdeghhamkg
Oficjalny URL https://chrome.google.com/webstore/detail/kin-crawler-search-keywor/kdliebjabjjlhpbdoklnmffdeghhamkg
Opis Highlight the keywords that you searched in KinCrawler.com
Rozmiar pliku 19.84 KB
Liczba instalacji 122
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2019-03-27
Data Publikacji 2019-03-22
Deweloper http://kincrawler.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kin Crawler Search Keywords",
    "description": "Highlight the keywords that you searched in KinCrawler.com",
    "version": "0.2",
    "permissions": [
        "storage"
    ],
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.kincrawler.com\/*",
                "http:\/\/www.kincrawler.com\/*"
            ],
            "js": [
                "catchkeyword.js"
            ],
            "run_at": "document_end"
        },
        {
            "exclude_matches": [
                "https:\/\/www.kincrawler.com\/*",
                "http:\/\/www.kincrawler.com\/*"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "highlightkeyword.js"
            ],
            "run_at": "document_end"
        }
    ]
}