Keyword Search
This is a simple extension that searches your keyword
O que é Keyword Search?
Keyword Search é uma extensão do Chrome desenvolvida por Kashyap Kaki, e sua principal característica é "This is a simple extension that searches your keyword".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Keyword Search
Baixe arquivos de extensão Keyword Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Keyword Search |
ID | nonlplbhnineefeopejpfmfhppnnejdi |
URL Oficial | https://chromewebstore.google.com/detail/keyword-search/nonlplbhnineefeopejpfmfhppnnejdi |
Descrição | This is a simple extension that searches your keyword |
Tamanho do Arquivo | 115 KB |
Contagem de Instalações | 38 |
Versão Atual | 1.0 |
Última Atualização | 2020-07-20 |
Data de Publicação | 2020-07-20 |
Desenvolvedor | Kashyap Kaki |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |