Browser to Phone(by QRCode)
Let url/text/image from browser to phone by qrcode.
Apa itu Browser to Phone(by QRCode)?
Browser to Phone(by QRCode) adalah ekstensi Chrome yang dikembangkan oleh https://sites.google.com/site/zhucai, dan fitur utamanya adalah "Let url/text/image from browser to phone by qrcode.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Browser to Phone(by QRCode)
Unduh file ekstensi Browser to Phone(by QRCode) 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
It can build QRCode quickly, because it build QRCode at local and doesn't need network.
Informasi Dasar Ekstensi
Nama | Browser to Phone(by QRCode) |
ID | eoigbcfpoheelamphjcmhdpjpgefefoi |
URL Resmi | https://chromewebstore.google.com/detail/browser-to-phoneby-qrcode/eoigbcfpoheelamphjcmhdpjpgefefoi |
Deskripsi | Let url/text/image from browser to phone by qrcode. |
Ukuran File | 53.66 KB |
Jumlah Instalasi | 261 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2013-09-29 |
Tanggal Publikasi | 2013-09-29 |
Penilaian | 3.75/5 Total 4 Penilaian |
Pengembang | https://sites.google.com/site/zhucai |
Tipe Pembayaran | free |
Bahasa yang Didukung | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon38.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_extDes__", "icons": { "16": "icon16.png", "128": "icon128.png" }, "manifest_version": 2, "name": "__MSG_extName__", "permissions": [ "contextMenus", "tabs" ], "version": "1.0.1" } |