Increase root font

Increases the html font size in %

什么是Increase root font?

Increase root font是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Increases the html font size in %”。

下载Increase root font扩展crx文件

下载Increase root font扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Increase root font Increase root font
ID galdhdhefbbcamfgciajdglbpenmnhel
官方URL https://chromewebstore.google.com/detail/increase-root-font/galdhdhefbbcamfgciajdglbpenmnhel
简介 Increases the html font size in %
文件大小 31.6 KB
安装次数 25
当前版本 1.1
更新时间 2016-07-06
上架时间 2016-07-06
评分 3.67/5 共3次评分
开发者 Unknown
付费类型 free
支持的语言 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"
}