Text Styler
Eye-Catching Text For Social Media Posts
Vad är Text Styler?
Text Styler är en Chrome-tillägg utvecklad av Khai, och dess huvudfunktion är "Eye-Catching Text For Social Media Posts".
Tilläggsskärmbilder
Ladda ner Text Styler-förlängningens CRX-fil
Ladda ner Text Styler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | fhhkgjlaahkcamgoabbdjioemjefgnfl |
| Officiell webbadress | https://chromewebstore.google.com/detail/text-styler/fhhkgjlaahkcamgoabbdjioemjefgnfl |
| Beskrivning | Eye-Catching Text For Social Media Posts |
| Filstorlek | 29.7 KB |
| Antal Installationer | 68 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2019-06-20 |
| Publiceringsdatum | 2019-06-20 |
| Utvecklare | Khai |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |