French Dictionary

French Dictionary

Что такое French Dictionary?

French Dictionary - это расширение Chrome, разработанное yogijsn, и его основная функция - "French Dictionary".

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

screenshot

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

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

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

                        View Word translation to French as you browse the web.

With this extension, you can:
1) Double-click any word to view its translation to French in a small pop-up bubble.
2) its also acts as English -> French Dictionary.

How to Close pop-up bubble:-
1] Click on the Webpage again, pop-up bubble will close itself. 
2] Press the 'X' button in pop-up bubble.


IMPORTANT: The pop-up bubble will not work in tabs that were open prior to installation; such tabs must be refreshed. Also, note that all extensions are disabled on Chrome Web Store pages (including this page).                    

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

Название French Dictionary French Dictionary
ID igglpoonampemekeddbmgmehefnleidb
Официальный URL https://chrome.google.com/webstore/detail/french-dictionary/igglpoonampemekeddbmgmehefnleidb
Описание French Dictionary
Размер файла 77.77 KB
Количество установок 1,000
Текущая Версия 1.0
Последнее Обновление 2013-12-31
Дата публикации 2013-12-31
Рейтинг 1.89/5 Всего 9 оценок
Разработчик yogijsn
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "French Dictionary",
    "version": "1.0",
    "manifest_version": 2,
    "description": "French Dictionary",
    "browser_action": {
        "default_icon": "16x16.png",
        "icons": [
            "128x128.png"
        ]
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "css": [
                "bubble.css"
            ],
            "js": [
                "SelectedTextnotification.js",
                "jquery-1.7.2.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "word.png"
    ],
    "permissions": [
        "http:\/\/igeniusdev.com\/chrome\/French.php\/*",
        "https:\/\/igeniusdev.com\/chrome\/French.php\/*"
    ]
}