Increase root font

Increases the html font size in %

Co to jest Increase root font?

Increase root font to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Increases the html font size in %”.

Pobierz plik CRX rozszerzenia Increase root font

Pobierz pliki rozszerzeń Increase root font 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

                        Increases the html font size in %
Will not work if website has not been styled with 'em', 'rem' or '%'                    

Podstawowe informacje o rozszerzeniu

Nazwa Increase root font Increase root font
ID galdhdhefbbcamfgciajdglbpenmnhel
Oficjalny URL https://chromewebstore.google.com/detail/increase-root-font/galdhdhefbbcamfgciajdglbpenmnhel
Opis Increases the html font size in %
Rozmiar pliku 31.6 KB
Liczba instalacji 25
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2016-07-06
Data Publikacji 2016-07-06
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Increase root font"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; img-src *; object-src 'self'",
    "description": "Increases the html font size in % ",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Increase root font",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}