Text Styler

Eye-Catching Text For Social Media Posts

Wat is Text Styler?

Text Styler is een Chrome-extensie ontwikkeld door Khai, en de belangrijkste functie is "Eye-Catching Text For Social Media Posts".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Text Styler

Download Text Styler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Text Styler Text Styler
ID fhhkgjlaahkcamgoabbdjioemjefgnfl
Officiële URL https://chromewebstore.google.com/detail/text-styler/fhhkgjlaahkcamgoabbdjioemjefgnfl
Beschrijving Eye-Catching Text For Social Media Posts
Bestandsgrootte 29.7 KB
Aantal Installaties 68
Huidige Versie 1.0
Laatst Bijgewerkt 2019-06-20
Publicatiedatum 2019-06-20
Ontwikkelaar Khai
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}