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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        [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"
        }
    ]
}