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)
Cos'è from Helvetica to San Francisco?
from Helvetica to San Francisco è un'estensione di Chrome sviluppata da Yamato Iizuka, e la sua funzione principale è "Replaces Helvetica, Arial, Roboto with San Francisco, the System Font for OS X El Capitan. (Requirement: OS X 10.11 or later)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione from Helvetica to San Francisco
Scarica i file di estensione from Helvetica to San Francisco in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
[NOTE] This extension does not run properly in some web pages. I'll try to fix it.
Informazioni di Base sull'Estensione
Nome | from Helvetica to San Francisco |
ID | mhnmnkhghkjdhidiionpflafhbmmkkic |
URL Ufficiale | https://chromewebstore.google.com/detail/from-helvetica-to-san-fra/mhnmnkhghkjdhidiionpflafhbmmkkic |
Descrizione | Replaces Helvetica, Arial, Roboto with San Francisco, the System Font for OS X El Capitan. (Requirement: OS X 10.11 or later) |
Dimensione del File | 16.1 KB |
Conteggio Installazioni | 193 |
Versione Corrente | 0.9.8.6 |
Ultimo Aggiornamento | 2017-02-04 |
Data di Pubblicazione | 2017-02-04 |
Valutazione | 4.86/5 Totale 7 Valutazioni |
Sviluppatore | Yamato Iizuka |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |