Convert Case Menu
On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.
Τι είναι το Convert Case Menu;
Το Convert Case Menu είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://convertcase.net, και η κύρια λειτουργία του είναι "On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Convert Case Menu
Λήψη αρχείων επέκτασης Convert Case Menu σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Are people always annoying you on forums and writing in UPPER CASE for no reason? Perhaps they didn't mean to shout or their caps lock is just broken? Convert Case can convert your text to a more readable and calming case in a couple of clicks. This extension adds a right click menu when you select text to let you easily convert it to a more readable format with results opening in a new tab Note: this does NOT convert text directly on the page, it takes you to the Convert Case site to show the results automatically. If you have any feedback or problems please contact me through the support link on the details tab of this page rather than leaving a bad review without giving me the chance to help you.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | neineehhbgjpcmlokkckgcengmgngnii |
Επίσημο URL | https://chrome.google.com/webstore/detail/convert-case-menu/neineehhbgjpcmlokkckgcengmgngnii |
Περιγραφή | On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab. |
Μέγεθος Αρχείου | 5.92 KB |
Αριθμός Εγκαταστάσεων | 1,000 |
Τρέχουσα Έκδοση | 2.0.3 |
Τελευταία Ενημέρωση | 2016-03-15 |
Ημερομηνία Δημοσίευσης | 2016-03-15 |
Αξιολόγηση | 1.94/5 Συνολικά 48 Αξιολογήσεις |
Προγραμματιστής | https://convertcase.net |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://convertcase.net/ |
Διεύθυνση URL της Σελίδας Βοήθειας | http://jasongillyon.co.uk/contact |
URL της Σελίδας Πολιτικής Απορρήτου | https://convertcase.net/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "name": "Convert Case Menu", "short_name": "Convert Case", "description": "On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.", "version": "2.0.3", "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "activeTab", "https:\/\/convertcase.net\/*" ], "browser_action": { "default_title": "Convert Case" } } |