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 هو إضافة Chrome تم تطويرها بواسطة Yamato Iizuka، والميزة الرئيسية لها هي "Replaces Helvetica, Arial, Roboto with San Francisco, the System Font for OS X El Capitan. (Requirement: OS X 10.11 or later)".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة from Helvetica to San Francisco

قم بتنزيل ملفات الامتداد from Helvetica to San Francisco بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم from Helvetica to San Francisco from Helvetica to San Francisco
ID mhnmnkhghkjdhidiionpflafhbmmkkic
عنوان URL الرسمي 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"
        }
    ]
}