Text Styler

Eye-Catching Text For Social Media Posts

Qu'est-ce que Text Styler ?

Text Styler est une extension Chrome développée par Khai, et sa fonction principale est "Eye-Catching Text For Social Media Posts".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Text Styler

Téléchargez les fichiers d'extension Text Styler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Many social media platforms do not allow you to markup your text with styles such as bold, italic or bolded italic. But there is a smarter way.

Using Text Styler, you can generate stylized versions of your text and easily copy-and-paste them into your social media posts or status updates. It is super quick and easy to use and 100% safe!                    

Informations de Base sur l'Extension

Nom Text Styler Text Styler
ID fhhkgjlaahkcamgoabbdjioemjefgnfl
URL Officiel https://chromewebstore.google.com/detail/text-styler/fhhkgjlaahkcamgoabbdjioemjefgnfl
Description Eye-Catching Text For Social Media Posts
Taille du Fichier 29.7 KB
Nombre d'Installations 68
Version Actuelle 1.0
Dernière Mise à Jour 2019-06-20
Date de Publication 2019-06-20
Développeur Khai
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text Styler",
    "short_name": "Text Styler",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Eye-Catching Text For Social Media Posts",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}