PostUs - Making Text Beautiful
Makes Linkedin and Twitter post more formatted and beautiful by applying different formatting styles and using Unicodes.
Τι είναι το PostUs - Making Text Beautiful;
Το PostUs - Making Text Beautiful είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον brocodelabs, και η κύρια λειτουργία του είναι "Makes Linkedin and Twitter post more formatted and beautiful by applying different formatting styles and using Unicodes.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PostUs - Making Text Beautiful
Λήψη αρχείων επέκτασης PostUs - Making Text Beautiful σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | PostUs - Making Text Beautiful |
ID | ckigiopfglmcaiebodeojheffocffpik |
Επίσημο URL | https://chromewebstore.google.com/detail/postus-making-text-beauti/ckigiopfglmcaiebodeojheffocffpik |
Περιγραφή | Makes Linkedin and Twitter post more formatted and beautiful by applying different formatting styles and using Unicodes. |
Μέγεθος Αρχείου | 165 KB |
Αριθμός Εγκαταστάσεων | 42 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2022-07-27 |
Ημερομηνία Δημοσίευσης | 2022-07-26 |
Αξιολόγηση | 5.00/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | brocodelabs |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.buymeacoffee.com/dashboard |
Υποστηριζόμενες Γλώσσες | 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" } } |