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)
Wat is from Helvetica to San Francisco?
from Helvetica to San Francisco is een Chrome-extensie ontwikkeld door Yamato Iizuka, en de belangrijkste functie is "Replaces Helvetica, Arial, Roboto with San Francisco, the System Font for OS X El Capitan. (Requirement: OS X 10.11 or later)".
Extensie Screenshots
Download het CRX-bestand van de extensie from Helvetica to San Francisco
Download from Helvetica to San Francisco-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
[NOTE]
This extension does not run properly in some web pages. I'll try to fix it. Basisinformatie over de Extensie
| Naam | |
| ID | mhnmnkhghkjdhidiionpflafhbmmkkic |
| Officiële URL | https://chromewebstore.google.com/detail/from-helvetica-to-san-fra/mhnmnkhghkjdhidiionpflafhbmmkkic |
| Beschrijving | Replaces Helvetica, Arial, Roboto with San Francisco, the System Font for OS X El Capitan. (Requirement: OS X 10.11 or later) |
| Bestandsgrootte | 16.1 KB |
| Aantal Installaties | 193 |
| Huidige Versie | 0.9.8.6 |
| Laatst Bijgewerkt | 2017-02-04 |
| Publicatiedatum | 2017-02-04 |
| Beoordeling | 4.86/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | Yamato Iizuka |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
]
} | |