Keyword Search
This is a simple extension that searches your keyword
Hvad er Keyword Search?
Keyword Search er en Chrome-udvidelse udviklet af Kashyap Kaki, og dens hovedfunktion er "This is a simple extension that searches your keyword".
Udvidelsesskærmbilleder
Download Keyword Search-udvidelses-CRX-fil
Download Keyword Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Keyword Search |
ID | nonlplbhnineefeopejpfmfhppnnejdi |
Officiel URL | https://chromewebstore.google.com/detail/keyword-search/nonlplbhnineefeopejpfmfhppnnejdi |
Beskrivelse | This is a simple extension that searches your keyword |
Filstørrelse | 115 KB |
Antal Installationer | 38 |
Nuværende Version | 1.0 |
Senest Opdateret | 2020-07-20 |
Udgivelsesdato | 2020-07-20 |
Udvikler | Kashyap Kaki |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |