Keyword Search
This is a simple extension that searches your keyword
Wat is Keyword Search?
Keyword Search is een Chrome-extensie ontwikkeld door Kashyap Kaki, en de belangrijkste functie is "This is a simple extension that searches your keyword".
Extensie Screenshots
Download het CRX-bestand van de extensie Keyword Search
Download Keyword Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Keyword Search |
ID | nonlplbhnineefeopejpfmfhppnnejdi |
Officiële URL | https://chromewebstore.google.com/detail/keyword-search/nonlplbhnineefeopejpfmfhppnnejdi |
Beschrijving | This is a simple extension that searches your keyword |
Bestandsgrootte | 115 KB |
Aantal Installaties | 38 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-07-20 |
Publicatiedatum | 2020-07-20 |
Ontwikkelaar | Kashyap Kaki |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |