Kin Crawler Search Keywords

Highlight the keywords that you searched in KinCrawler.com

Kin Crawler Search Keywordsとは何ですか?

Kin Crawler Search Keywordsはhttp://kincrawler.comによって開発されたChromeの拡張機能で、その主な機能は「Highlight the keywords that you searched in KinCrawler.com」です。

拡張機能のスクリーンショット

screenshot

Kin Crawler Search Keywords拡張機能のCRXファイルをダウンロード

Kin Crawler Search Keywords拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Kin Crawler Search Keywords Kin Crawler Search Keywords
ID kdliebjabjjlhpbdoklnmffdeghhamkg
公式URL https://chrome.google.com/webstore/detail/kin-crawler-search-keywor/kdliebjabjjlhpbdoklnmffdeghhamkg
説明 Highlight the keywords that you searched in KinCrawler.com
ファイルサイズ 19.84 KB
インストール数 122
現在のバージョン 0.2
最終更新日 2019-03-27
公開日 2019-03-22
開発者 http://kincrawler.com
Eメール [email protected]
支払い方法 free
対応言語 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"
        }
    ]
}