Increase root font

Increases the html font size in %

What is Increase root font?

Increase root font is a Chrome extension developed by Unknown, and its main feature is "Increases the html font size in %".

Download Increase root font Extension CRX File

Download Increase root font extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Increases the html font size in %
Will not work if website has not been styled with 'em', 'rem' or '%'                    

Extension Basic Information

Name Increase root font Increase root font
ID galdhdhefbbcamfgciajdglbpenmnhel
Official URL https://chromewebstore.google.com/detail/increase-root-font/galdhdhefbbcamfgciajdglbpenmnhel
Description Increases the html font size in %
File Size 31.6 KB
Installation Count 25
Current Version 1.1
Last Updated 2016-07-06
Publish Date 2016-07-06
Rating 3.67/5 Total 3 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
}