Send to phone
Send any text to your phone
Apa itu Send to phone?
Send to phone adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Send any text to your phone".
Unduh Berkas CRX Ekstensi Send to phone
Unduh file ekstensi Send to 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
Use this extension to copy text on your browser to your phone. Select a text on the browser window, click on the extension icon and it will convert your text into a QR Code. Now scan that with your phone. Note: Does not support address bar URLs and URLs hidden behind hyperlinks
Informasi Dasar Ekstensi
Nama | Send to phone |
ID | bcojbpajiiplbpaigpadkccghbfbefhl |
URL Resmi | https://chromewebstore.google.com/detail/send-to-phone/bcojbpajiiplbpaigpadkccghbfbefhl |
Deskripsi | Send any text to your phone |
Ukuran File | 3.87 KB |
Jumlah Instalasi | 309 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-04-01 |
Tanggal Publikasi | 2018-04-01 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Send to phone", "version": "1.0", "description": "Send any text to your phone", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |