Copy Plain Text
You may copy the selected text to the clipboard without formatting by right-clicking on it.
什么是Copy Plain Text?
Copy Plain Text是由David Klayer开发的Chrome扩展程序,该扩展的主要功能是“You may copy the selected text to the clipboard without formatting by right-clicking on it.”。
扩展截图
下载Copy Plain Text扩展crx文件
下载Copy Plain Text扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Copy Plain Text |
ID | ilbkhfhoagglkammfimendfopgmpochg |
官方URL | https://chromewebstore.google.com/detail/copy-plain-text/ilbkhfhoagglkammfimendfopgmpochg |
简介 | You may copy the selected text to the clipboard without formatting by right-clicking on it. |
文件大小 | 18.13 KB |
安装次数 | 432 |
当前版本 | 0.1 |
更新时间 | 2022-05-29 |
上架时间 | 2022-05-29 |
评分 | 4.93/5 共41次评分 |
开发者 | David Klayer |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://worldaddons.com/copy-plain-text/ |
帮助页面URL | https://worldaddons.com/contact/ |
隐私政策页面URL | https://worldaddons.com/privacy-policy |
支持的语言 | 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" } } |