Fontify

Add style to your social network posts.

O que é Fontify?

Fontify é uma extensão do Chrome desenvolvida por Mitteloupe Limited, e sua principal característica é "Add style to your social network posts.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Fontify

Baixe arquivos de extensão Fontify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Fontify Fontify
ID dgoaelolmehccnegjlhmklglgmnennai
URL Oficial https://chromewebstore.google.com/detail/fontify/dgoaelolmehccnegjlhmklglgmnennai
Descrição Add style to your social network posts.
Tamanho do Arquivo 51.09 KB
Contagem de Instalações 89
Versão Atual 0.0.5
Última Atualização 2023-06-03
Data de Publicação 2023-05-12
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Mitteloupe Limited
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/EranBoudjnah/Fontify
Idiomas Suportados 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"
            ]
        }
    ]
}