Select Search Translate

To Select and search over Web.

Что такое Select Search Translate?

Select Search Translate - это расширение Chrome, разработанное Sonu Saha, и его основная функция - "To Select and search over Web.".

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

screenshot

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

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

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

                        This extension will make your search faster and elegant.It can allow you to search the text over Google, yahoo, bing and G translate search engine. Just configure it by clicking on the search icon appears on the top of browsers after you added in your chrome. This can also be configured to translate into any selected language. After configuration close and reopen your browser and start browse any webpage and select word or paragraph then perform search by click on the options appeared near by your selected words.

This is free app. Provide your valuable comments and suggestion so that we can improve our shortcomings in future version.                    

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

Название Select Search Translate Select Search Translate
ID ogjgnmghgkeppkafmancjfnbcfofahhi
Официальный URL https://chrome.google.com/webstore/detail/select-search-translate/ogjgnmghgkeppkafmancjfnbcfofahhi
Описание To Select and search over Web.
Размер файла 21.73 KB
Количество установок 17
Текущая Версия 1.0.3
Последнее Обновление 2016-09-21
Дата публикации 2016-09-21
Рейтинг 4.00/5 Всего 5 оценок
Разработчик Sonu Saha
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Select Search Translate",
    "description": "To Select and search over Web.",
    "version": "1.0.3",
    "icons": {
        "16": "\/images\/search_16x16.png",
        "48": "\/images\/file_search64x64.png",
        "128": "\/images\/file_search64x64.png"
    },
    "browser_action": {
        "default_icon": "file_search.png",
        "default_popup": "default_popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "\/scripts\/ContentScripts.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ]
}