from Helvetica to San Francisco

Replaces Helvetica, Arial, Roboto with San Francisco, the System Font for OS X El Capitan. (Requirement: OS X 10.11 or later)

from Helvetica to San Francisco란 무엇입니까?

from Helvetica to San Francisco은(는) Yamato Iizuka에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces Helvetica, Arial, Roboto with San Francisco, the System Font for OS X El Capitan. (Requirement: OS X 10.11 or later)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

from Helvetica to San Francisco 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        [NOTE]
This extension does not run properly in some web pages. I'll try to fix it.                    

확장 프로그램 기본 정보

이름 from Helvetica to San Francisco from Helvetica to San Francisco
ID mhnmnkhghkjdhidiionpflafhbmmkkic
공식 URL https://chromewebstore.google.com/detail/from-helvetica-to-san-fra/mhnmnkhghkjdhidiionpflafhbmmkkic
설명 Replaces Helvetica, Arial, Roboto with San Francisco, the System Font for OS X El Capitan. (Requirement: OS X 10.11 or later)
파일 크기 16.1 KB
설치 횟수 193
현재 버전 0.9.8.6
최근 업데이트 2017-02-04
출시 날짜 2017-02-04
평점 4.86/5 총 7 개의 평점
개발자 Yamato Iizuka
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "from Helvetica to San Francisco",
    "short_name": "SF font",
    "version": "0.9.8.6",
    "manifest_version": 2,
    "permissions": [
        "fontSettings"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Replaces Helvetica, Arial, Roboto with San Francisco, the System Font for OS X El Capitan. (Requirement: OS X 10.11 or later)",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "common.js"
            ],
            "run_at": "document_start"
        }
    ]
}