Keyword Search
This is a simple extension that searches your keyword
什么是Keyword Search?
Keyword Search是由Kashyap Kaki开发的Chrome扩展程序,该扩展的主要功能是“This is a simple extension that searches your keyword”。
扩展截图
下载Keyword Search扩展crx文件
下载Keyword Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Keyword Search |
ID | nonlplbhnineefeopejpfmfhppnnejdi |
官方URL | https://chromewebstore.google.com/detail/keyword-search/nonlplbhnineefeopejpfmfhppnnejdi |
简介 | This is a simple extension that searches your keyword |
文件大小 | 115 KB |
安装次数 | 38 |
当前版本 | 1.0 |
更新时间 | 2020-07-20 |
上架时间 | 2020-07-20 |
开发者 | Kashyap Kaki |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |