Text Styler

Eye-Catching Text For Social Media Posts

Was ist Text Styler?

Text Styler ist eine Chrome-Erweiterung, die von Khai entwickelt wurde, und ihr Hauptmerkmal ist "Eye-Catching Text For Social Media Posts".

Erweiterungsscreenshots

screenshot

Text Styler-Erweiterungs-CRX-Datei herunterladen

Laden Sie Text Styler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Text Styler Text Styler
ID fhhkgjlaahkcamgoabbdjioemjefgnfl
Offizielle URL https://chromewebstore.google.com/detail/text-styler/fhhkgjlaahkcamgoabbdjioemjefgnfl
Beschreibung Eye-Catching Text For Social Media Posts
Dateigröße 29.7 KB
Installationsanzahl 68
Aktuelle Version 1.0
Letztes Update 2019-06-20
Veröffentlichungsdatum 2019-06-20
Entwickler Khai
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}