Kin Crawler Search Keywords

Highlight the keywords that you searched in KinCrawler.com

Cos'è Kin Crawler Search Keywords?

Kin Crawler Search Keywords è un'estensione di Chrome sviluppata da http://kincrawler.com, e la sua funzione principale è "Highlight the keywords that you searched in KinCrawler.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Kin Crawler Search Keywords

Scarica i file di estensione Kin Crawler Search Keywords 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

                        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                    

Informazioni di Base sull'Estensione

Nome Kin Crawler Search Keywords Kin Crawler Search Keywords
ID kdliebjabjjlhpbdoklnmffdeghhamkg
URL Ufficiale https://chrome.google.com/webstore/detail/kin-crawler-search-keywor/kdliebjabjjlhpbdoklnmffdeghhamkg
Descrizione Highlight the keywords that you searched in KinCrawler.com
Dimensione del File 19.84 KB
Conteggio Installazioni 122
Versione Corrente 0.2
Ultimo Aggiornamento 2019-03-27
Data di Pubblicazione 2019-03-22
Sviluppatore http://kincrawler.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}