Text Styler
Eye-Catching Text For Social Media Posts
Text Stylerとは何ですか?
Text StylerはKhaiによって開発されたChromeの拡張機能で、その主な機能は「Eye-Catching Text For Social Media Posts」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |