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”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | kdliebjabjjlhpbdoklnmffdeghhamkg |
官方網址 | 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 |
電子郵箱 | [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" } ] } |