Increase root font
Increases the html font size in %
Vad är Increase root font?
Increase root font är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Increases the html font size in %".
Ladda ner Increase root font-förlängningens CRX-fil
Ladda ner Increase root font-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Increases the html font size in %
Will not work if website has not been styled with 'em', 'rem' or '%' Grundläggande Information om Tillägg
| Namn | |
| ID | galdhdhefbbcamfgciajdglbpenmnhel |
| Officiell webbadress | https://chromewebstore.google.com/detail/increase-root-font/galdhdhefbbcamfgciajdglbpenmnhel |
| Beskrivning | Increases the html font size in % |
| Filstorlek | 31.6 KB |
| Antal Installationer | 25 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2016-07-06 |
| Publiceringsdatum | 2016-07-06 |
| Betyg | 3.67/5 Totalt 3 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |