Fontoscope

Paratype Font Explorer

Fontoscopeคืออะไร?

Fontoscope เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.paratype.com และคุณลักษณะหลักของมันคือ "Paratype Font Explorer"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fontoscope

ดาวน์โหลดไฟล์ส่วนขยาย Fontoscope ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Creating a new website or redesigning an existing one? Try hundreds of professionally designed fonts for free before buying a license.

Navigate to a published or test webpage. Hover over text elements to identify fonts specified by the page author. Click on a text element and select a substitute font. See if the new font looks right on the page.

When ready to publish, visit Paratype Web Store to acquire font licenses.

Paratype account is required to get access to all fonts. Unregistered users can use free fonts distributed under OFL.

PRIVACY: Paratype does not collect or analyze any data related to your Web browsing activity.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fontoscope Fontoscope
ID doionlecganamkcijdeefalpdpmpbmoe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fontoscope/doionlecganamkcijdeefalpdpmpbmoe
คำอธิบาย Paratype Font Explorer
ขนาดไฟล์ 215 KB
จำนวนการติดตั้ง 314
เวอร์ชันปัจจุบัน 2.15.2
อัปเดตครั้งล่าสุด 2023-05-01
วันที่เผยแพร่ 2020-06-10
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.paratype.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://paratype.com/fontoscope
URL หน้านโยบายความเป็นส่วนตัว https://www.paratype.com/legal/privacy/fontoscope
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fontoscope",
    "version": "2.15.2",
    "description": "Paratype Font Explorer",
    "homepage_url": "https:\/\/www.paratype.com",
    "icons": {
        "256": ".\/assets\/images\/fs-256x256.png",
        "128": ".\/assets\/images\/fs-128x128.png",
        "96": ".\/assets\/images\/fs-96x96.png",
        "64": ".\/assets\/images\/fs-64x64.png",
        "48": ".\/assets\/images\/fs-48x48.png",
        "32": ".\/assets\/images\/fs-32x32.png",
        "24": ".\/assets\/images\/fs-24x24.png",
        "16": ".\/assets\/images\/fs-16x16.png"
    },
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*\/"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background_runtime.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js",
                "runtime.js",
                "polyfills.js",
                "main.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "256": ".\/assets\/images\/fs-256x256.png",
            "128": ".\/assets\/images\/fs-128x128.png",
            "96": ".\/assets\/images\/fs-96x96.png",
            "64": ".\/assets\/images\/fs-64x64.png",
            "48": ".\/assets\/images\/fs-48x48.png",
            "32": ".\/assets\/images\/fs-32x32.png",
            "24": ".\/assets\/images\/fs-24x24.png",
            "16": ".\/assets\/images\/fs-16x16.png"
        },
        "default_title": "Fontoscope"
    }
}