Easy Text Copy

be easy to copy

Apa itu Easy Text Copy?

Easy Text Copy adalah ekstensi Chrome yang dikembangkan oleh ggons, dan fitur utamanya adalah "be easy to copy".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Easy Text Copy

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

                        "Easy Text Copy" copy text easily with easy movements.

* Usage *

1. Copy the text in one click area.
- Alt key + Mouse Left-Click

2. Copy the text one after another.
- Alt key + Mouse Left-Click [+ Mouse Left-Click] [+ Mouse Left-Click]

3. Copy the dragged text.
- Drag + Alt key + Mouse Left-Click

You can change to another key instead of the Alt key.                    

Informasi Dasar Ekstensi

Nama Easy Text Copy Easy Text Copy
ID ifnpgfoniiadhamkbgdiokjefenpacjm
URL Resmi https://chromewebstore.google.com/detail/easy-text-copy/ifnpgfoniiadhamkbgdiokjefenpacjm
Deskripsi be easy to copy
Ukuran File 16.92 KB
Jumlah Instalasi 5,000
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2020-07-13
Tanggal Publikasi 2020-07-02
Penilaian 4.26/5 Total 19 Penilaian
Pengembang ggons
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Text Copy",
    "description": "be easy to copy",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            ".\/background\/background.js"
        ]
    },
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage"
    ]
}