Copy Plain Text
Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.
Cos'è Copy Plain Text?
Copy Plain Text è un'estensione di Chrome sviluppata da Dima PM, e la sua funzione principale è "Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Copy Plain Text
Scarica i file di estensione Copy Plain 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
Informazioni di Base sull'Estensione
| Nome | |
| ID | nfjlgdbpkjmnofoglhlhcdfhjaglmncp |
| URL Ufficiale | https://chromewebstore.google.com/detail/copy-plain-text/nfjlgdbpkjmnofoglhlhcdfhjaglmncp |
| Descrizione | Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option. |
| Dimensione del File | 5.81 KB |
| Conteggio Installazioni | 2,616 |
| Versione Corrente | 0.3 |
| Ultimo Aggiornamento | 2016-12-18 |
| Data di Pubblicazione | 2016-12-18 |
| Valutazione | 4.54/5 Totale 13 Valutazioni |
| 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 Plain Text",
"version": "0.3",
"description": "Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.",
"browser_action": [],
"background": {
"page": "background.html",
"persistent": false
},
"permissions": [
"storage",
"activeTab",
"contextMenus"
]
} | |