Find your sentence - Right Click

Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...

Что такое Find your sentence - Right Click?

Find your sentence - Right Click - это расширение Chrome, разработанное https://sites.google.com/site/tientx, и его основная функция - "Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Find your sentence - Right Click

Скачайте файлы расширений Find your sentence - Right Click в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...                    

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

Название Find your sentence - Right Click Find your sentence - Right Click
ID fidadahkfilmdojoobcbaanlbhdjnmll
Официальный URL https://chromewebstore.google.com/detail/find-your-sentence-right/fidadahkfilmdojoobcbaanlbhdjnmll
Описание Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...
Размер файла 7.92 KB
Количество установок 29
Текущая Версия 1.0.0.0
Последнее Обновление 2016-11-03
Дата публикации 2016-11-03
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://sites.google.com/site/tientx
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "description": "Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...",
    "icons": {
        "128": "lludwig-logo-128x128.png"
    },
    "minimum_chrome_version": "6",
    "name": "Find your sentence - Right Click",
    "permissions": [
        "contextMenus",
        "windows"
    ],
    "version": "1.0.0.0",
    "manifest_version": 2
}