Copy Plain Text
Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.
Hvad er Copy Plain Text?
Copy Plain Text er en Chrome-udvidelse udviklet af Dima PM, og dens hovedfunktion er "Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.".
Udvidelsesskærmbilleder
Download Copy Plain Text-udvidelses-CRX-fil
Download Copy Plain Text-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
Grundlæggende oplysninger om udvidelsen
Navn | Copy Plain Text |
ID | nfjlgdbpkjmnofoglhlhcdfhjaglmncp |
Officiel URL | https://chromewebstore.google.com/detail/copy-plain-text/nfjlgdbpkjmnofoglhlhcdfhjaglmncp |
Beskrivelse | Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option. |
Filstørrelse | 5.81 KB |
Antal Installationer | 2,616 |
Nuværende Version | 0.3 |
Senest Opdateret | 2016-12-18 |
Udgivelsesdato | 2016-12-18 |
Bedømmelse | 4.54/5 Samlet 13 Bedømmelser |
Udvikler | Dima PM |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |