Text Styler

Eye-Catching Text For Social Media Posts

ما هو Text Styler؟

Text Styler هو إضافة Chrome تم تطويرها بواسطة Khai، والميزة الرئيسية لها هي "Eye-Catching Text For Social Media Posts".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Text Styler

قم بتنزيل ملفات الامتداد Text Styler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم Text Styler Text Styler
ID fhhkgjlaahkcamgoabbdjioemjefgnfl
عنوان URL الرسمي https://chromewebstore.google.com/detail/text-styler/fhhkgjlaahkcamgoabbdjioemjefgnfl
الوصف Eye-Catching Text For Social Media Posts
حجم الملف 29.7 KB
عدد التثبيتات 68
النسخة الحالية 1.0
آخر تحديث 2019-06-20
تاريخ النشر 2019-06-20
المطور Khai
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}