EZ Copy Plaintext
Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.
Cos'è EZ Copy Plaintext?
EZ Copy Plaintext è un'estensione di Chrome sviluppata da Josh, e la sua funzione principale è "Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione EZ Copy Plaintext
Scarica i file di estensione EZ Copy Plaintext 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
Automatically removes formatting from your clipboard when you use normal copy paste [Ctrl+c]. If you need to keep the formatting, you can toggle it on and off by right clicking something you've selected/highlighted and pressing 'Get format next copy'. On the next copy you do, it will keep the formatting. Then it will reset back to the default plaintext setting for future copying. simple and robust. NOTE: The extension will not be active on tabs/windows that were already open prior to the installation. Try refreshing the tabs or open a new one to test it out.
Informazioni di Base sull'Estensione
Nome | EZ Copy Plaintext |
ID | khgahhiehdlgmaoghjoegkgbfcdodnhb |
URL Ufficiale | https://chromewebstore.google.com/detail/ez-copy-plaintext/khgahhiehdlgmaoghjoegkgbfcdodnhb |
Descrizione | Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection. |
Dimensione del File | 6.47 KB |
Conteggio Installazioni | 780 |
Versione Corrente | 1.1.5 |
Ultimo Aggiornamento | 2013-03-03 |
Data di Pubblicazione | 2013-03-02 |
Valutazione | 2.54/5 Totale 26 Valutazioni |
Sviluppatore | Josh |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "EZ Copy Plaintext", "description": "Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.", "version": "1.1.5", "manifest_version": 2, "incognito": "split", "background": { "page": "background.html" }, "permissions": [ "contextMenus" ], "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script.js" ] } ] } |