Kin Crawler Search Keywords
Highlight the keywords that you searched in KinCrawler.com
Kin Crawler Search Keywords क्या है?
Kin Crawler Search Keywords http://kincrawler.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlight the keywords that you searched in KinCrawler.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kin Crawler Search Keywords एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } ] } |