EZ Copy Plaintext
Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.
Hvad er EZ Copy Plaintext?
EZ Copy Plaintext er en Chrome-udvidelse udviklet af Josh, og dens hovedfunktion er "Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.".
Udvidelsesskærmbilleder
Download EZ Copy Plaintext-udvidelses-CRX-fil
Download EZ Copy Plaintext-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | EZ Copy Plaintext |
ID | khgahhiehdlgmaoghjoegkgbfcdodnhb |
Officiel URL | https://chromewebstore.google.com/detail/ez-copy-plaintext/khgahhiehdlgmaoghjoegkgbfcdodnhb |
Beskrivelse | Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection. |
Filstørrelse | 6.47 KB |
Antal Installationer | 780 |
Nuværende Version | 1.1.5 |
Senest Opdateret | 2013-03-03 |
Udgivelsesdato | 2013-03-02 |
Bedømmelse | 2.54/5 Samlet 26 Bedømmelser |
Udvikler | Josh |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |