Keyword Search

This is a simple extension that searches your keyword

Что такое Keyword Search?

Keyword Search - это расширение Chrome, разработанное Kashyap Kaki, и его основная функция - "This is a simple extension that searches your keyword".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Keyword Search

Скачайте файлы расширений Keyword Search в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Keyword Search Keyword Search
ID nonlplbhnineefeopejpfmfhppnnejdi
Официальный URL https://chromewebstore.google.com/detail/keyword-search/nonlplbhnineefeopejpfmfhppnnejdi
Описание This is a simple extension that searches your keyword
Размер файла 115 KB
Количество установок 38
Текущая Версия 1.0
Последнее Обновление 2020-07-20
Дата публикации 2020-07-20
Разработчик Kashyap Kaki
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}