Simple Context Search

Right click on the selected text and select the search website from the context menu.

Что такое Simple Context Search?

Simple Context Search - это расширение Chrome, разработанное Magic Dev, и его основная функция - "Right click on the selected text and select the search website from the context menu.".

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

screenshot

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

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

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

                        💎 Simple Context Search - This is a good assistant in the search on various services such as:
◾ YouTube
◾ Spotify
◾ Reddit
◾ Amazon
◾ SoundCloud
◾ Steam Market
◾ Aliexpress
---------------------------------------------------------------
Right click on any selected text and search in your favorite search engines and websites directly from the context menu. Just check it out. 😉                    

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

Название Simple Context Search Simple Context Search
ID jojcgnmagkjleomenibopkhfpkkbpjcg
Официальный URL https://chromewebstore.google.com/detail/simple-context-search/jojcgnmagkjleomenibopkhfpkkbpjcg
Описание Right click on the selected text and select the search website from the context menu.
Размер файла 10.85 KB
Количество установок 18
Текущая Версия 0.0.1
Последнее Обновление 2021-08-31
Дата публикации 2021-08-31
Разработчик Magic Dev
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Context Search",
    "description": "Right click on the selected text and select the search website from the context menu.",
    "version": "0.0.1",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}