Keyword Search

This is a simple extension that searches your keyword

Co je Keyword Search?

Keyword Search je rozšíření Chrome vyvinuté Kashyap Kaki, a jeho hlavní funkcí je „This is a simple extension that searches your keyword“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Keyword Search

Stáhněte si soubory rozšíření Keyword Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Keyword Search Keyword Search
ID nonlplbhnineefeopejpfmfhppnnejdi
Oficiální URL https://chromewebstore.google.com/detail/keyword-search/nonlplbhnineefeopejpfmfhppnnejdi
Popis This is a simple extension that searches your keyword
Velikost souboru 115 KB
Počet instalací 38
Aktuální Verze 1.0
Poslední Aktualizace 2020-07-20
Datum Vydání 2020-07-20
Vývojář Kashyap Kaki
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}