Convert Case Menu
On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.
Qu'est-ce que Convert Case Menu ?
Convert Case Menu est une extension Chrome développée par https://convertcase.net, et sa fonction principale est "On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Convert Case Menu
Téléchargez les fichiers d'extension Convert Case Menu au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | neineehhbgjpcmlokkckgcengmgngnii |
URL Officiel | https://chrome.google.com/webstore/detail/convert-case-menu/neineehhbgjpcmlokkckgcengmgngnii |
Description | On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab. |
Taille du Fichier | 5.92 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 2.0.3 |
Dernière Mise à Jour | 2016-03-15 |
Date de Publication | 2016-03-15 |
Évaluation | 1.94/5 Total 48 Évaluations |
Développeur | https://convertcase.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://convertcase.net/ |
URL de la Page d'Aide | http://jasongillyon.co.uk/contact |
URL de la Page de Politique de Confidentialité | https://convertcase.net/privacy |
Langues Prises en Charge | 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" } } |