Fontify

Add style to your social network posts.

Apa itu Fontify?

Fontify adalah ekstensi Chrome yang dikembangkan oleh Mitteloupe Limited, dan fitur utamanya adalah "Add style to your social network posts.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Fontify

Unduh file ekstensi Fontify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Fontify Fontify
ID dgoaelolmehccnegjlhmklglgmnennai
URL Resmi https://chromewebstore.google.com/detail/fontify/dgoaelolmehccnegjlhmklglgmnennai
Deskripsi Add style to your social network posts.
Ukuran File 51.09 KB
Jumlah Instalasi 89
Versi Saat Ini 0.0.5
Terakhir Diperbarui 2023-06-03
Tanggal Publikasi 2023-05-12
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Mitteloupe Limited
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/EranBoudjnah/Fontify
Bahasa yang Didukung 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"
            ]
        }
    ]
}