Text Styler

Eye-Catching Text For Social Media Posts

Apa itu Text Styler?

Text Styler adalah ekstensi Chrome yang dikembangkan oleh Khai, dan fitur utamanya adalah "Eye-Catching Text For Social Media Posts".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Text Styler

Unduh file ekstensi Text Styler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Text Styler Text Styler
ID fhhkgjlaahkcamgoabbdjioemjefgnfl
URL Resmi https://chromewebstore.google.com/detail/text-styler/fhhkgjlaahkcamgoabbdjioemjefgnfl
Deskripsi Eye-Catching Text For Social Media Posts
Ukuran File 29.7 KB
Jumlah Instalasi 68
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-06-20
Tanggal Publikasi 2019-06-20
Pengembang Khai
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}