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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } ] } |