Larger texts

With one click on the button the font size on the current page will be increase.

Что такое Larger texts?

Larger texts - это расширение Chrome, разработанное http://www.prelude-prod.fr, и его основная функция - "With one click on the button the font size on the current page will be increase.".

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

screenshot

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

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

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

                        Permet d'augmenter la taille des textes d'une page web d'un simple clic.                    

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

Название Larger texts Larger texts
ID dbnpmjohkibkjojnlcpeindngonmlfci
Официальный URL https://chrome.google.com/webstore/detail/augmenter-les-textes/dbnpmjohkibkjojnlcpeindngonmlfci
Описание With one click on the button the font size on the current page will be increase.
Размер файла 50.73 KB
Количество установок 43
Текущая Версия 1.0.0.3
Последнее Обновление 2015-05-31
Дата публикации 2015-05-31
Рейтинг 5.00/5 Всего 1 оценок
Разработчик http://www.prelude-prod.fr
Тип оплаты free
Официальный сайт расширения http://www.prelude-prod.fr/2015/05/projet-extension-chrome/
Поддерживаемые языки en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_browsertitle__"
    },
    "default_locale": "fr",
    "description": "__MSG_description__",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.0.3"
}