Auto Copy Paste Text

Automatically copy text and paste text without formatting

Apa itu Auto Copy Paste Text?

Auto Copy Paste Text adalah ekstensi Chrome yang dikembangkan oleh mzzlillieee, dan fitur utamanya adalah "Automatically copy text and paste text without formatting".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Auto Copy Paste Text

Unduh file ekstensi Auto Copy Paste 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

                        When text is selected using the mouse, it will automatically be copied to the clipboard without formatting. 

It's a simple tool that lives in the background, and It will help you work faster when copying and pasting.                    

Informasi Dasar Ekstensi

Nama Auto Copy Paste Text Auto Copy Paste Text
ID phgmoaeodbmhgdjfcfcnjalbijaiebof
URL Resmi https://chrome.google.com/webstore/detail/auto-copy-paste-text/phgmoaeodbmhgdjfcfcnjalbijaiebof
Deskripsi Automatically copy text and paste text without formatting
Ukuran File 5.4 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1
Terakhir Diperbarui 2020-03-11
Tanggal Publikasi 2020-03-11
Penilaian 3.25/5 Total 8 Penilaian
Pengembang mzzlillieee
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Copy Paste Text",
    "version": "1",
    "description": "Automatically copy text and paste text without formatting",
    "author": "Lilly Tang",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "autocopy.js"
            ]
        }
    ]
}