Increase root font
Increases the html font size in %
Wat is Increase root font?
Increase root font is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Increases the html font size in %".
Download het CRX-bestand van de extensie Increase root font
Download Increase root font-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Increases the html font size in %
Will not work if website has not been styled with 'em', 'rem' or '%' Basisinformatie over de Extensie
| Naam | |
| ID | galdhdhefbbcamfgciajdglbpenmnhel |
| Officiële URL | https://chromewebstore.google.com/detail/increase-root-font/galdhdhefbbcamfgciajdglbpenmnhel |
| Beschrijving | Increases the html font size in % |
| Bestandsgrootte | 31.6 KB |
| Aantal Installaties | 25 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2016-07-06 |
| Publicatiedatum | 2016-07-06 |
| Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |