Copy Plain Text
You may copy the selected text to the clipboard without formatting by right-clicking on it.
What is Copy Plain Text?
Copy Plain Text is a Chrome extension developed by David Klayer, and its main feature is "You may copy the selected text to the clipboard without formatting by right-clicking on it.".
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
Copy Plain Text is a lightweight plugin that allows you to copy any text without formatting to the clipboard by adding a right-click context menu option. Simply navigate to a website and choose a phrase, then right-click and pick - Copy as plain text from the context menu. The selected text will be copied to the clipboard unaltered. You may also paste links to websites on a Mac using the address bar (ctrl + v) or right-click and select Paste - from the context menu.
Extension Basic Information
Name | Copy Plain Text |
ID | ilbkhfhoagglkammfimendfopgmpochg |
Official URL | https://chromewebstore.google.com/detail/copy-plain-text/ilbkhfhoagglkammfimendfopgmpochg |
Description | You may copy the selected text to the clipboard without formatting by right-clicking on it. |
File Size | 18.13 KB |
Installation Count | 432 |
Current Version | 0.1 |
Last Updated | 2022-05-29 |
Publish Date | 2022-05-29 |
Rating | 4.93/5 Total 41 Ratings |
Developer | David Klayer |
[email protected] | |
Payment Type | free |
Extension Website | https://worldaddons.com/copy-plain-text/ |
Help Page URL | https://worldaddons.com/contact/ |
Privacy Policy Page URL | https://worldaddons.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 3, "offline_enabled": true, "name": "Copy Plain Text", "short_name": "copy-plain-text", "homepage_url": "https:\/\/worldaddons.com\/copy-plain-text\/", "description": "You may copy the selected text to the clipboard without formatting by right-clicking on it.", "permissions": [ "storage", "activeTab", "scripting", "contextMenus", "clipboardWrite" ], "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "icons": { "16": "resources\/icons\/16.png", "32": "resources\/icons\/32.png", "48": "resources\/icons\/48.png", "64": "resources\/icons\/64.png", "128": "resources\/icons\/128.png" } } |