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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}