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