Fontify

Add style to your social network posts.

Fontifyคืออะไร?

Fontify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mitteloupe Limited และคุณลักษณะหลักของมันคือ "Add style to your social network posts."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Do you want to 𝓈𝓅𝒾𝒸ℯ 𝓊𝓅 your social media posts with different fonts and styles?

With 𝐅𝐨𝐧𝐭𝐢𝐟𝐲, you can easily customize the text of your posts on Facebook, LinkedIn and Twitter (other platforms coming soon!). Fontify lets you choose from a variety of fonts to make your posts stand out. Whether you want to express your mood, personality or creativity, Fontify has the perfect font for you. Just choose a font, select the text to update and click on the Fontify icon. Fontify will apply the selected style to your text. You can also preview and change the style before publishing. Fontify is simple, fun and free.

Supported fonts:
Normal
𝐒𝐞𝐫𝐢𝐟 𝐁𝐨𝐥𝐝
𝑆𝑒𝑟𝑖𝑓 𝐼𝑡𝑎𝑙𝑖𝑐
𝑺𝒆𝒓𝒊𝒇 𝑩𝒐𝒍𝒅 𝑰𝒕𝒂𝒍𝒊𝒄
𝖲𝖺𝗇𝗌-𝖲𝖾𝗋𝗂𝖿
𝗦𝗮𝗻𝘀-𝗦𝗲𝗿𝗶𝗳 𝗕𝗼𝗹𝗱
𝘚𝘢𝘯𝘴-𝘚𝘦𝘳𝘪𝘧 𝘐𝘵𝘢𝘭𝘪𝘤
𝙎𝙖𝙣𝙨-𝙎𝙚𝙧𝙞𝙛 𝘽𝙤𝙡𝙙 𝙄𝙩𝙖𝙡𝙞𝙘
𝒮𝒸𝓇𝒾𝓅𝓉
𝓢𝓬𝓻𝓲𝓹𝓽 𝓑𝓸𝓵𝓭
𝔉𝔯𝔞𝔨𝔱𝔲𝔯
𝕱𝖗𝖆𝖐𝖙𝖚𝖗 𝕭𝖔𝖑𝖉
Ⓔⓝⓒⓛⓞⓢⓔⓓ
🅔🅝🅒🅛🅞🅢🅔🅓 🅝🅔🅖🅐🅣🅘🅥🅔
𝙼𝚘𝚗𝚘-𝚂𝚙𝚊𝚌𝚎
𝔻𝕠𝕦𝕓𝕝𝕖-𝕊𝕥𝕣𝕦𝕔𝕜

Download it today and unleash your inner font artist!                    

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

ชื่อ Fontify Fontify
ID dgoaelolmehccnegjlhmklglgmnennai
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fontify/dgoaelolmehccnegjlhmklglgmnennai
คำอธิบาย Add style to your social network posts.
ขนาดไฟล์ 51.09 KB
จำนวนการติดตั้ง 89
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2023-06-03
วันที่เผยแพร่ 2023-05-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Mitteloupe Limited
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/EranBoudjnah/Fontify
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fontify",
    "version": "0.0.5",
    "manifest_version": 3,
    "description": "Add style to your social network posts.",
    "icons": {
        "16": "icons\/fontify_16x16.png",
        "32": "icons\/fontify_32x32.png",
        "48": "icons\/fontify_48x48.png",
        "128": "icons\/fontify_128x128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "lib\/background.js"
    },
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/linkedin.com\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/facebook.com\/*",
        "https:\/\/*.twitter.com\/*",
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/linkedin.com\/*"
            ],
            "js": [
                "lib\/jquery-3.6.4.min.js"
            ],
            "css": [
                "css\/fontify-linkedin.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/facebook.com\/*"
            ],
            "js": [
                "lib\/jquery-3.6.4.min.js"
            ],
            "css": [
                "css\/fontify-facebook.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "lib\/jquery-3.6.4.min.js"
            ],
            "css": [
                "css\/fontify-twitter.css"
            ]
        }
    ]
}