Kin Crawler Search Keywords
Highlight the keywords that you searched in KinCrawler.com
What is Kin Crawler Search Keywords?
Kin Crawler Search Keywords is a Chrome extension developed by http://kincrawler.com, and its main feature is "Highlight the keywords that you searched in KinCrawler.com".
Extension Screenshots
Download Kin Crawler Search Keywords Extension CRX File
Download Kin Crawler Search Keywords extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | kdliebjabjjlhpbdoklnmffdeghhamkg |
Official URL | https://chrome.google.com/webstore/detail/kin-crawler-search-keywor/kdliebjabjjlhpbdoklnmffdeghhamkg |
Description | Highlight the keywords that you searched in KinCrawler.com |
File Size | 19.84 KB |
Installation Count | 122 |
Current Version | 0.2 |
Last Updated | 2019-03-27 |
Publish Date | 2019-03-22 |
Developer | http://kincrawler.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |