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.」です。

拡張機能のスクリーンショット

screenshot

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).                    

拡張機能の基本情報

名前 Copy As Plain Text Copy As Plain Text
ID eneajgkmdhmjmloiabgkpkiooaejmlpk
公式URL 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
Eメール [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"
    }
}