Increase root font
Increases the html font size in %
Co je Increase root font?
Increase root font je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Increases the html font size in %“.
Stáhnout soubor CRX rozšíření Increase root font
Stáhněte si soubory rozšíření Increase root font ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Increases the html font size in % Will not work if website has not been styled with 'em', 'rem' or '%'
Základní Informace o Rozšíření
Název | Increase root font |
ID | galdhdhefbbcamfgciajdglbpenmnhel |
Oficiální URL | https://chromewebstore.google.com/detail/increase-root-font/galdhdhefbbcamfgciajdglbpenmnhel |
Popis | Increases the html font size in % |
Velikost souboru | 31.6 KB |
Počet instalací | 25 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2016-07-06 |
Datum Vydání | 2016-07-06 |
Hodnocení | 3.67/5 Celkem 3 Hodnocení |
Vývojář | Unknown |
Typ Platby | free |
Podporované Jazyky | 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" } |