Text Styler

Eye-Catching Text For Social Media Posts

Cos'è Text Styler?

Text Styler è un'estensione di Chrome sviluppata da Khai, e la sua funzione principale è "Eye-Catching Text For Social Media Posts".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Text Styler

Scarica i file di estensione Text Styler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Text Styler Text Styler
ID fhhkgjlaahkcamgoabbdjioemjefgnfl
URL Ufficiale https://chromewebstore.google.com/detail/text-styler/fhhkgjlaahkcamgoabbdjioemjefgnfl
Descrizione Eye-Catching Text For Social Media Posts
Dimensione del File 29.7 KB
Conteggio Installazioni 68
Versione Corrente 1.0
Ultimo Aggiornamento 2019-06-20
Data di Pubblicazione 2019-06-20
Sviluppatore Khai
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}