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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |