Keyword Search
This is a simple extension that searches your keyword
What is Keyword Search?
Keyword Search is a Chrome extension developed by Kashyap Kaki, and its main feature is "This is a simple extension that searches your keyword".
Extension Screenshots
Download Keyword Search Extension CRX File
Download Keyword Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
If you'd like to search any keyword anywhere from one place, this extension is for you. With this extension, you can search any keyword that opens another tab to give your search results. Initial version released. Coming up with more features in future. If you like the extension, please rate and encourage us. Let us know your feedback and suggestions. Thank you!
Extension Basic Information
Name | Keyword Search |
ID | nonlplbhnineefeopejpfmfhppnnejdi |
Official URL | https://chromewebstore.google.com/detail/keyword-search/nonlplbhnineefeopejpfmfhppnnejdi |
Description | This is a simple extension that searches your keyword |
File Size | 115 KB |
Installation Count | 38 |
Current Version | 1.0 |
Last Updated | 2020-07-20 |
Publish Date | 2020-07-20 |
Developer | Kashyap Kaki |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Keyword Search", "version": "1.0", "description": "This is a simple extension that searches your keyword", "author": "Kashyap Kaki", "icons": { "16": "Resources\/SearchIcon-16px.png", "48": "Resources\/SearchIcon-48px.png", "128": "Resources\/SearchIcon-128px.png" }, "browser_action": { "default_icon": { "16": "Resources\/SearchIcon-16px.png", "24": "Resources\/SearchIcon-24px.png", "32": "Resources\/SearchIcon-32px.png" }, "default_title": "Keyword Search", "default_popup": "index.html" }, "background": [ "main.js" ] } |