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)”。
擴展截圖
下載from Helvetica to San Francisco擴展crx文件
下載from Helvetica to San Francisco擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
[NOTE] This extension does not run properly in some web pages. I'll try to fix it.
擴展基本資訊
名稱 | from Helvetica to San Francisco |
ID | mhnmnkhghkjdhidiionpflafhbmmkkic |
官方網址 | 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" } ] } |