Text Styler

Eye-Catching Text For Social Media Posts

什麼是Text Styler?

Text Styler是由Khai開發的Chrome擴展程式,該擴展的主要功能是“Eye-Catching Text For Social Media Posts”。

擴展截圖

screenshot

下載Text Styler擴展crx文件

下載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
官方網址 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"
    }
}