Kin Crawler Search Keywords
Highlight the keywords that you searched in KinCrawler.com
Kin Crawler Search Keywordsคืออะไร?
Kin Crawler Search Keywords เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://kincrawler.com และคุณลักษณะหลักของมันคือ "Highlight the keywords that you searched in KinCrawler.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kin Crawler Search Keywords
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 |
อีเมล | [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" } ] } |