Text clipboard

This extension will help you with keeping multiple text values to copy to clipboard

Apa itu Text clipboard?

Text clipboard adalah ekstensi Chrome yang dikembangkan oleh seva.voloshin, dan fitur utamanya adalah "This extension will help you with keeping multiple text values to copy to clipboard".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Text clipboard

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

                        With this extension you will be allow to paste multiple texts across the tabs to easily copypaste them. Imagine that your clipboard contains not the only one text, but multiple ones for easier selecting which text should be pasted on each tab                    

Informasi Dasar Ekstensi

Nama Text clipboard Text clipboard
ID aeghdejlekobjgfdpfniondeobklbgpl
URL Resmi https://chromewebstore.google.com/detail/text-clipboard/aeghdejlekobjgfdpfniondeobklbgpl
Deskripsi This extension will help you with keeping multiple text values to copy to clipboard
Ukuran File 9.03 KB
Jumlah Instalasi 58
Versi Saat Ini 1.4
Terakhir Diperbarui 2022-06-30
Tanggal Publikasi 2021-12-27
Pengembang seva.voloshin
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Volosh1n/text-clipboard-chrome-extension
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Text clipboard",
    "description": "This extension will help you with keeping multiple text values to copy to clipboard",
    "version": "1.4",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}