Copy As Plain Text
Easily copy the selected text without formatting to the clipboard via the right-click menu.
什麼是Copy As Plain Text?
Copy As Plain Text是由Yubi開發的Chrome擴展程式,該擴展的主要功能是“Easily copy the selected text without formatting to the clipboard via the right-click menu.”。
擴展截圖
下載Copy As Plain Text擴展crx文件
下載Copy As Plain Text擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Copy As Plain Text is a lite extension that let you easily copy any text without formatting to the clipboard via right-click context-menu item.
Simply browse to a website and select a desired text, then right-click and select - Copy as plain text - from the context-menu. The selected text will be copied to the clipboard without any formatting.
Please note that, in order to paste to the clipboard you can use (Ctrl + V) or right-click and select - Paste - from the context-menu.
To report bugs, please fill the bug report form in the addon's homepage (https://mybrowseraddon.com/copy-as-plain-text.html). 擴展基本資訊
| 名稱 | |
| ID | eneajgkmdhmjmloiabgkpkiooaejmlpk |
| 官方網址 | https://chromewebstore.google.com/detail/copy-as-plain-text/eneajgkmdhmjmloiabgkpkiooaejmlpk |
| 簡介 | Easily copy the selected text without formatting to the clipboard via the right-click menu. |
| 檔案大小 | 9.44 KB |
| 安裝次數 | 28,697 |
| 目前版本 | 0.1.3 |
| 更新時間 | 2023-08-14 |
| 上架時間 | 2020-07-04 |
| 評分 | 4.23/5 共 39 次評分 |
| 開發者 | Yubi |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://mybrowseraddon.com/copy-as-plain-text.html |
| 說明頁面URL | https://mybrowseraddon.com/copy-as-plain-text.html |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1.3",
"manifest_version": 3,
"offline_enabled": true,
"name": "Copy As Plain Text",
"homepage_url": "https:\/\/mybrowseraddon.com\/copy-as-plain-text.html",
"description": "Easily copy the selected text without formatting to the clipboard via the right-click menu.",
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"activeTab",
"scripting",
"contextMenus",
"clipboardWrite"
],
"icons": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png"
}
} | |