Copy Input Text
Copies all input text without selecting it. Allows to copy password text.
Cos'è Copy Input Text?
Copy Input Text è un'estensione di Chrome sviluppata da Dima PM, e la sua funzione principale è "Copies all input text without selecting it. Allows to copy password text.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Copy Input Text
Scarica i file di estensione Copy Input Text in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Extension allows to use context menu or hotkey to quickly copy all text of input.
Informazioni di Base sull'Estensione
Nome | Copy Input Text |
ID | aomiejigghikoeoljghafciifnmokemh |
URL Ufficiale | https://chromewebstore.google.com/detail/copy-input-text/aomiejigghikoeoljghafciifnmokemh |
Descrizione | Copies all input text without selecting it. Allows to copy password text. |
Dimensione del File | 4.34 KB |
Conteggio Installazioni | 61 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2021-06-24 |
Data di Pubblicazione | 2016-05-27 |
Sviluppatore | Dima PM |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |