EZ Copy Plaintext

Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.

Apa itu EZ Copy Plaintext?

EZ Copy Plaintext adalah ekstensi Chrome yang dikembangkan oleh Josh, dan fitur utamanya adalah "Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi EZ Copy Plaintext

Unduh file ekstensi EZ Copy Plaintext dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama EZ Copy Plaintext EZ Copy Plaintext
ID khgahhiehdlgmaoghjoegkgbfcdodnhb
URL Resmi https://chromewebstore.google.com/detail/ez-copy-plaintext/khgahhiehdlgmaoghjoegkgbfcdodnhb
Deskripsi Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.
Ukuran File 6.47 KB
Jumlah Instalasi 780
Versi Saat Ini 1.1.5
Terakhir Diperbarui 2013-03-03
Tanggal Publikasi 2013-03-02
Penilaian 2.54/5 Total 26 Penilaian
Pengembang Josh
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}