EZ Copy Plaintext
Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.
什么是EZ Copy Plaintext?
EZ Copy Plaintext是由Josh开发的Chrome扩展程序,该扩展的主要功能是“Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.”。
扩展截图
下载EZ Copy Plaintext扩展crx文件
下载EZ Copy Plaintext扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | EZ Copy Plaintext |
ID | khgahhiehdlgmaoghjoegkgbfcdodnhb |
官方URL | https://chromewebstore.google.com/detail/ez-copy-plaintext/khgahhiehdlgmaoghjoegkgbfcdodnhb |
简介 | Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection. |
文件大小 | 6.47 KB |
安装次数 | 780 |
当前版本 | 1.1.5 |
更新时间 | 2013-03-03 |
上架时间 | 2013-03-02 |
评分 | 2.54/5 共26次评分 |
开发者 | Josh |
付费类型 | free |
支持的语言 | 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" ] } ] } |