Text Styler
Eye-Catching Text For Social Media Posts
What is Text Styler?
Text Styler is a Chrome extension developed by Khai, and its main feature is "Eye-Catching Text For Social Media Posts".
Extension Screenshots
Download Text Styler Extension CRX File
Download Text Styler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Text Styler |
ID | fhhkgjlaahkcamgoabbdjioemjefgnfl |
Official URL | https://chromewebstore.google.com/detail/text-styler/fhhkgjlaahkcamgoabbdjioemjefgnfl |
Description | Eye-Catching Text For Social Media Posts |
File Size | 29.7 KB |
Installation Count | 68 |
Current Version | 1.0 |
Last Updated | 2019-06-20 |
Publish Date | 2019-06-20 |
Developer | Khai |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |