Larger texts

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

Co to jest Larger texts?

Larger texts to rozszerzenie Chrome opracowane przez http://www.prelude-prod.fr, a jego główną funkcją jest „With one click on the button the font size on the current page will be increase.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Larger texts

Pobierz pliki rozszerzeń Larger texts w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Larger texts Larger texts
ID dbnpmjohkibkjojnlcpeindngonmlfci
Oficjalny URL https://chrome.google.com/webstore/detail/augmenter-les-textes/dbnpmjohkibkjojnlcpeindngonmlfci
Opis With one click on the button the font size on the current page will be increase.
Rozmiar pliku 50.73 KB
Liczba instalacji 43
Aktualna Wersja 1.0.0.3
Ostatnia Aktualizacja 2015-05-31
Data Publikacji 2015-05-31
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://www.prelude-prod.fr
Typ Płatności free
Strona Rozszerzenia http://www.prelude-prod.fr/2015/05/projet-extension-chrome/
Obsługiwane Języki 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"
}