Copy Plain Text

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

Apa itu Copy Plain Text?

Copy Plain Text adalah ekstensi Chrome yang dikembangkan oleh Dima PM, dan fitur utamanya adalah "Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Copy Plain Text

Unduh file ekstensi Copy Plain Text 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

                                            

Informasi Dasar Ekstensi

Nama Copy Plain Text Copy Plain Text
ID nfjlgdbpkjmnofoglhlhcdfhjaglmncp
URL Resmi https://chromewebstore.google.com/detail/copy-plain-text/nfjlgdbpkjmnofoglhlhcdfhjaglmncp
Deskripsi Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.
Ukuran File 5.81 KB
Jumlah Instalasi 2,616
Versi Saat Ini 0.3
Terakhir Diperbarui 2016-12-18
Tanggal Publikasi 2016-12-18
Penilaian 4.54/5 Total 13 Penilaian
Pengembang Dima PM
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}