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)

What is from Helvetica to San Francisco?

from Helvetica to San Francisco is a Chrome extension developed by Yamato Iizuka, and its main feature is "Replaces Helvetica, Arial, Roboto with San Francisco, the System Font for OS X El Capitan. (Requirement: OS X 10.11 or later)".

Extension Screenshots

screenshot
screenshot

Download from Helvetica to San Francisco Extension CRX File

Download from Helvetica to San Francisco 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

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

Extension Basic Information

Name from Helvetica to San Francisco from Helvetica to San Francisco
ID mhnmnkhghkjdhidiionpflafhbmmkkic
Official URL https://chromewebstore.google.com/detail/from-helvetica-to-san-fra/mhnmnkhghkjdhidiionpflafhbmmkkic
Description Replaces Helvetica, Arial, Roboto with San Francisco, the System Font for OS X El Capitan. (Requirement: OS X 10.11 or later)
File Size 16.1 KB
Installation Count 193
Current Version 0.9.8.6
Last Updated 2017-02-04
Publish Date 2017-02-04
Rating 4.86/5 Total 7 Ratings
Developer Yamato Iizuka
Payment Type free
Supported Languages 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"
        }
    ]
}