Kin Crawler Search Keywords
Highlight the keywords that you searched in KinCrawler.com
Kin Crawler Search Keywords là gì?
Kin Crawler Search Keywords là một tiện ích mở rộng Chrome được phát triển bởi http://kincrawler.com, và tính năng chính của nó là "Highlight the keywords that you searched in KinCrawler.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Kin Crawler Search Keywords
Tải xuống các tệp mở rộng Kin Crawler Search Keywords dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kdliebjabjjlhpbdoklnmffdeghhamkg |
URL Chính Thức | https://chrome.google.com/webstore/detail/kin-crawler-search-keywor/kdliebjabjjlhpbdoklnmffdeghhamkg |
Mô tả | Highlight the keywords that you searched in KinCrawler.com |
Kích Thước Tệp | 19.84 KB |
Số Lần Cài Đặt | 122 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2019-03-27 |
Ngày Phát Hành | 2019-03-22 |
Nhà Phát Triển | http://kincrawler.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |