Convert Text
Allows you to convert text from a context menu.
Qu'est-ce que Convert Text ?
Convert Text est une extension Chrome développée par becca.ooo, et sa fonction principale est "Allows you to convert text from a context menu.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Convert Text
Téléchargez les fichiers d'extension Convert Text 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
Converts case of any editable, selected text, or the entire input area if no text is selected. Right click on the text you’d like to convert and select your preferred conversion from the ‘Convert text’ menu.
Informations de Base sur l'Extension
Nom | Convert Text |
ID | mcpglhjaahelnpjalcaeecgkjhkpokdn |
URL Officiel | https://chromewebstore.google.com/detail/convert-text/mcpglhjaahelnpjalcaeecgkjhkpokdn |
Description | Allows you to convert text from a context menu. |
Taille du Fichier | 18.15 KB |
Nombre d'Installations | 459 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2015-05-22 |
Date de Publication | 2015-05-22 |
Évaluation | 3.29/5 Total 7 Évaluations |
Développeur | becca.ooo |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Convert Text", "short_name": "Convert Text", "version": "1.1.0", "author": "9999yea.rs", "description": "Allows you to convert text from a context menu.", "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "main.js" ] }, "permissions": [ "contextMenus", "activeTab" ], "offline_enabled": true } |