Find Font

Define any font on the page.

Find Fontคืออะไร?

Find Font เป็นส่วนขยายของ Chrome ที่พัฒนาโดย saharmashhadi522 และคุณลักษณะหลักของมันคือ "Define any font on the page."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        We offer you our new unique extension Find Font that will make it easier for you to work with documents.  With Find Font you will be provided with a large number of different and cool fonts.  There is also a palette of vibrant colors for your texts.  The good thing about our product is that it is completely free.  The great advantage of our product Find Font is that it does not ask you for personal data and any other information.  Find Font is very convenient and easy to use, we are sure that if you install WhatFont on your smartphone, you will not regret it and will work with pleasure.                    

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

ชื่อ Find Font Find Font
ID cgdmldicdcifjialkangkjbdomlighml
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/find-font/cgdmldicdcifjialkangkjbdomlighml
คำอธิบาย Define any font on the page.
ขนาดไฟล์ 70.45 KB
จำนวนการติดตั้ง 260
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-12-20
วันที่เผยแพร่ 2021-09-06
ผู้พัฒนา saharmashhadi522
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Define any font on the page.",
    "icons": {
        "128": "images\/logo.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/vendor\/jq.min.js",
            "js\/vendor\/html2canvas.min.js",
            "js\/init.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/typekit.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "128": "images\/logo.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/main.js",
                "js\/vendor\/jq.min.js",
                "js\/vendor\/html2canvas.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/css\/style.css"
    ],
    "permissions": [
        "",
        "storage"
    ]
}