Copy Input Text
Copies all input text without selecting it. Allows to copy password text.
Qu'est-ce que Copy Input Text ?
Copy Input Text est une extension Chrome développée par Dima PM, et sa fonction principale est "Copies all input text without selecting it. Allows to copy password text.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Copy Input Text
Téléchargez les fichiers d'extension Copy Input 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
Extension allows to use context menu or hotkey to quickly copy all text of input.
Informations de Base sur l'Extension
Nom | Copy Input Text |
ID | aomiejigghikoeoljghafciifnmokemh |
URL Officiel | https://chromewebstore.google.com/detail/copy-input-text/aomiejigghikoeoljghafciifnmokemh |
Description | Copies all input text without selecting it. Allows to copy password text. |
Taille du Fichier | 4.34 KB |
Nombre d'Installations | 61 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2021-06-24 |
Date de Publication | 2016-05-27 |
Développeur | Dima PM |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Dima PM", "manifest_version": 2, "name": "Copy Input Text", "version": "0.1", "description": "Copies all input text without selecting it. Allows to copy password text.", "background": { "page": "background.html", "persistent": false }, "commands": { "copy-input-text": { "description": "Copy input text" } }, "permissions": [ "contextMenus", "activeTab" ] } |