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 là gì?

from Helvetica to San Francisco là một tiện ích mở rộng Chrome được phát triển bởi Yamato Iizuka, và tính năng chính của nó là "Replaces Helvetica, Arial, Roboto with San Francisco, the System Font for OS X El Capitan. (Requirement: OS X 10.11 or later)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng from Helvetica to San Francisco

Tải xuống các tệp mở rộng from Helvetica to San Francisco dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên from Helvetica to San Francisco from Helvetica to San Francisco
ID mhnmnkhghkjdhidiionpflafhbmmkkic
URL Chính Thức https://chromewebstore.google.com/detail/from-helvetica-to-san-fra/mhnmnkhghkjdhidiionpflafhbmmkkic
Mô tả Replaces Helvetica, Arial, Roboto with San Francisco, the System Font for OS X El Capitan. (Requirement: OS X 10.11 or later)
Kích Thước Tệp 16.1 KB
Số Lần Cài Đặt 193
Phiên Bản Hiện Tại 0.9.8.6
Cập Nhật Lần Cuối 2017-02-04
Ngày Phát Hành 2017-02-04
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Yamato Iizuka
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}