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 |
官方網址 | 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" ] } ] } |