PostUs - Making Text Beautiful
Makes Linkedin and Twitter post more formatted and beautiful by applying different formatting styles and using Unicodes.
Hvad er PostUs - Making Text Beautiful?
PostUs - Making Text Beautiful er en Chrome-udvidelse udviklet af brocodelabs, og dens hovedfunktion er "Makes Linkedin and Twitter post more formatted and beautiful by applying different formatting styles and using Unicodes.".
Udvidelsesskærmbilleder
Download PostUs - Making Text Beautiful-udvidelses-CRX-fil
Download PostUs - Making Text Beautiful-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
PostUs is a text formatting tool and it helps to create a beautiful post with basic functionalities such as Bold, Italics, Monospace, etc. It can be used everywhere, especially on Linkedin and Twitter where there is no support for markup. The best part is it helps the post to standout from the rest and it is a wonderful tool for creators. The control key shortcuts make it easier to format and the user doesn't need to go elsewhere to copy and paste their formatted text. It also a copy button which lets users to easily copy the formatted text. It uses Unicode conversion for making the post, so the formatting in the extension and in the post remain the same.
Grundlæggende oplysninger om udvidelsen
Navn | PostUs - Making Text Beautiful |
ID | ckigiopfglmcaiebodeojheffocffpik |
Officiel URL | https://chromewebstore.google.com/detail/postus-making-text-beauti/ckigiopfglmcaiebodeojheffocffpik |
Beskrivelse | Makes Linkedin and Twitter post more formatted and beautiful by applying different formatting styles and using Unicodes. |
Filstørrelse | 165 KB |
Antal Installationer | 42 |
Nuværende Version | 1.1.0 |
Senest Opdateret | 2022-07-27 |
Udgivelsesdato | 2022-07-26 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | brocodelabs |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://www.buymeacoffee.com/dashboard |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PostUs - Making Text Beautiful", "description": "Makes Linkedin and Twitter post more formatted and beautiful by applying different formatting styles and using Unicodes.", "version": "1.1.0", "manifest_version": 3, "action": { "default_popup": "index.html", "default_icon": ".\/icons\/icon_128.png" }, "icons": { "16": ".\/icons\/icon_16.png", "48": ".\/icons\/icon_48.png", "128": ".\/icons\/icon_128.png" } } |