Laptop to Mobile Phone

Copy text from Laptop to Mobile Phone

Apa itu Laptop to Mobile Phone?

Laptop to Mobile Phone adalah ekstensi Chrome yang dikembangkan oleh Arjun, dan fitur utamanya adalah "Copy text from Laptop to Mobile Phone".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Laptop to Mobile Phone

Unduh file ekstensi Laptop to Mobile Phone 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

                        Copies the text from Laptop to Mobile Phone without installing any tools. Simply type and scan from your phone's camera. No apps needed.                    

Informasi Dasar Ekstensi

Nama Laptop to Mobile Phone Laptop to Mobile Phone
ID dlmbnpmjeldlnieminbchfjljnfflmoi
URL Resmi https://chromewebstore.google.com/detail/laptop-to-mobile-phone/dlmbnpmjeldlnieminbchfjljnfflmoi
Deskripsi Copy text from Laptop to Mobile Phone
Ukuran File 88.91 KB
Jumlah Instalasi 154
Versi Saat Ini 1.1
Terakhir Diperbarui 2020-12-27
Tanggal Publikasi 2020-12-26
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Arjun
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Laptop to Mobile Phone",
    "description": "Copy text from Laptop to Mobile Phone",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    }
}