Copy Plain Text

Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.

Copy Plain Textとは何ですか?

Copy Plain TextはDima PMによって開発されたChromeの拡張機能で、その主な機能は「Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.」です。

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

screenshot

Copy Plain Text拡張機能のCRXファイルをダウンロード

Copy Plain Text拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Copy Plain Text Copy Plain Text
ID nfjlgdbpkjmnofoglhlhcdfhjaglmncp
公式URL https://chromewebstore.google.com/detail/copy-plain-text/nfjlgdbpkjmnofoglhlhcdfhjaglmncp
説明 Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.
ファイルサイズ 5.81 KB
インストール数 2,616
現在のバージョン 0.3
最終更新日 2016-12-18
公開日 2016-12-18
評価 4.54/5 合計 13 レビュー
開発者 Dima PM
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dima PM",
    "manifest_version": 2,
    "name": "Copy Plain Text",
    "version": "0.3",
    "description": "Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.",
    "browser_action": [],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ]
}