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

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

screenshot

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 EZ Copy Plaintext
ID khgahhiehdlgmaoghjoegkgbfcdodnhb
公式URL 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"
            ]
        }
    ]
}