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
官方網址 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"
}