Keyword Search

This is a simple extension that searches your keyword

Co to jest Keyword Search?

Keyword Search to rozszerzenie Chrome opracowane przez Kashyap Kaki, a jego główną funkcją jest „This is a simple extension that searches your keyword”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Keyword Search

Pobierz pliki rozszerzeń Keyword Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Keyword Search Keyword Search
ID nonlplbhnineefeopejpfmfhppnnejdi
Oficjalny URL https://chromewebstore.google.com/detail/keyword-search/nonlplbhnineefeopejpfmfhppnnejdi
Opis This is a simple extension that searches your keyword
Rozmiar pliku 115 KB
Liczba instalacji 38
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-07-20
Data Publikacji 2020-07-20
Deweloper Kashyap Kaki
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}