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)
Co to jest from Helvetica to San Francisco?
from Helvetica to San Francisco to rozszerzenie Chrome opracowane przez Yamato Iizuka, a jego główną funkcją jest „Replaces Helvetica, Arial, Roboto with San Francisco, the System Font for OS X El Capitan. (Requirement: OS X 10.11 or later)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia from Helvetica to San Francisco
Pobierz pliki rozszerzeń from Helvetica to San Francisco w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
[NOTE] This extension does not run properly in some web pages. I'll try to fix it.
Podstawowe informacje o rozszerzeniu
Nazwa | from Helvetica to San Francisco |
ID | mhnmnkhghkjdhidiionpflafhbmmkkic |
Oficjalny URL | https://chromewebstore.google.com/detail/from-helvetica-to-san-fra/mhnmnkhghkjdhidiionpflafhbmmkkic |
Opis | Replaces Helvetica, Arial, Roboto with San Francisco, the System Font for OS X El Capitan. (Requirement: OS X 10.11 or later) |
Rozmiar pliku | 16.1 KB |
Liczba instalacji | 193 |
Aktualna Wersja | 0.9.8.6 |
Ostatnia Aktualizacja | 2017-02-04 |
Data Publikacji | 2017-02-04 |
Ocena | 4.86/5 Łącznie 7 Oceny |
Deweloper | Yamato Iizuka |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |