Increase root font
Increases the html font size in %
Qu'est-ce que Increase root font ?
Increase root font est une extension Chrome développée par Unknown, et sa fonction principale est "Increases the html font size in %".
Télécharger le fichier CRX de l'extension Increase root font
Téléchargez les fichiers d'extension Increase root font au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Increases the html font size in % Will not work if website has not been styled with 'em', 'rem' or '%'
Informations de Base sur l'Extension
Nom | Increase root font |
ID | galdhdhefbbcamfgciajdglbpenmnhel |
URL Officiel | https://chromewebstore.google.com/detail/increase-root-font/galdhdhefbbcamfgciajdglbpenmnhel |
Description | Increases the html font size in % |
Taille du Fichier | 31.6 KB |
Nombre d'Installations | 25 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-07-06 |
Date de Publication | 2016-07-06 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" } |