Keyword Search

This is a simple extension that searches your keyword

Cos'è Keyword Search?

Keyword Search è un'estensione di Chrome sviluppata da Kashyap Kaki, e la sua funzione principale è "This is a simple extension that searches your keyword".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Keyword Search

Scarica i file di estensione Keyword Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Keyword Search Keyword Search
ID nonlplbhnineefeopejpfmfhppnnejdi
URL Ufficiale https://chromewebstore.google.com/detail/keyword-search/nonlplbhnineefeopejpfmfhppnnejdi
Descrizione This is a simple extension that searches your keyword
Dimensione del File 115 KB
Conteggio Installazioni 38
Versione Corrente 1.0
Ultimo Aggiornamento 2020-07-20
Data di Pubblicazione 2020-07-20
Sviluppatore Kashyap Kaki
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}