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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}