Copy Input Text

Copies all input text without selecting it. Allows to copy password text.

Apa itu Copy Input Text?

Copy Input Text adalah ekstensi Chrome yang dikembangkan oleh Dima PM, dan fitur utamanya adalah "Copies all input text without selecting it. Allows to copy password text.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Copy Input Text

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

                        Extension allows to use context menu or hotkey to quickly copy all text of input.                    

Informasi Dasar Ekstensi

Nama Copy Input Text Copy Input Text
ID aomiejigghikoeoljghafciifnmokemh
URL Resmi https://chromewebstore.google.com/detail/copy-input-text/aomiejigghikoeoljghafciifnmokemh
Deskripsi Copies all input text without selecting it. Allows to copy password text.
Ukuran File 4.34 KB
Jumlah Instalasi 61
Versi Saat Ini 0.1
Terakhir Diperbarui 2021-06-24
Tanggal Publikasi 2016-05-27
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 Input Text",
    "version": "0.1",
    "description": "Copies all input text without selecting it. Allows to copy password text.",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "commands": {
        "copy-input-text": {
            "description": "Copy input text"
        }
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ]
}