Increase root font
Increases the html font size in %
Cos'è Increase root font?
Increase root font è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Increases the html font size in %".
Scarica il file CRX dell'estensione Increase root font
Scarica i file di estensione Increase root font in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Increases the html font size in %
Will not work if website has not been styled with 'em', 'rem' or '%' Informazioni di Base sull'Estensione
| Nome | |
| ID | galdhdhefbbcamfgciajdglbpenmnhel |
| URL Ufficiale | https://chromewebstore.google.com/detail/increase-root-font/galdhdhefbbcamfgciajdglbpenmnhel |
| Descrizione | Increases the html font size in % |
| Dimensione del File | 31.6 KB |
| Conteggio Installazioni | 25 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2016-07-06 |
| Data di Pubblicazione | 2016-07-06 |
| Valutazione | 3.67/5 Totale 3 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |