Copy Plain Text
Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.
What is Copy Plain Text?
Copy Plain Text is a Chrome extension developed by Dima PM, and its main feature is "Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.".
Extension Screenshots
Download Copy Plain Text Extension CRX File
Download Copy Plain Text extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Copy Plain Text |
ID | nfjlgdbpkjmnofoglhlhcdfhjaglmncp |
Official URL | https://chromewebstore.google.com/detail/copy-plain-text/nfjlgdbpkjmnofoglhlhcdfhjaglmncp |
Description | Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option. |
File Size | 5.81 KB |
Installation Count | 2,616 |
Current Version | 0.3 |
Last Updated | 2016-12-18 |
Publish Date | 2016-12-18 |
Rating | 4.54/5 Total 13 Ratings |
Developer | Dima PM |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |