Fontify

Add style to your social network posts.

什麼是Fontify?

Fontify是由Mitteloupe Limited開發的Chrome擴展程式,該擴展的主要功能是“Add style to your social network posts.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Fontify擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}