Font Size

Font Size & Zoom

What is Font Size?

Font Size is a Chrome extension developed by Kunihiro Ando, and its main feature is "Font Size & Zoom".

Extension Screenshots

screenshot

Download Font Size Extension CRX File

Download Font Size 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

                                            

Extension Basic Information

Name Font Size Font Size
ID hljghmclpohmbfjphfcjbhbacbdfglpl
Official URL https://chromewebstore.google.com/detail/font-size/hljghmclpohmbfjphfcjbhbacbdfglpl
Description Font Size & Zoom
File Size 19.07 KB
Installation Count 484
Current Version 1.0
Last Updated 2015-07-20
Publish Date 2015-07-20
Rating 3.91/5 Total 11 Ratings
Developer Kunihiro Ando
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Font Size",
    "description": "Font Size & Zoom",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "img\/icon19.png",
        "default_title": "Font Size",
        "default_popup": "search.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "tabs",
        "unlimitedStorage",
        "fontSettings"
    ],
    "version": "1.0"
}