Browser to Phone(by QRCode)
Let url/text/image from browser to phone by qrcode.
Cos'è Browser to Phone(by QRCode)?
Browser to Phone(by QRCode) è un'estensione di Chrome sviluppata da https://sites.google.com/site/zhucai, e la sua funzione principale è "Let url/text/image from browser to phone by qrcode.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Browser to Phone(by QRCode)
Scarica i file di estensione Browser to Phone(by QRCode) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
It can build QRCode quickly, because it build QRCode at local and doesn't need network.
Informazioni di Base sull'Estensione
Nome | Browser to Phone(by QRCode) |
ID | eoigbcfpoheelamphjcmhdpjpgefefoi |
URL Ufficiale | https://chromewebstore.google.com/detail/browser-to-phoneby-qrcode/eoigbcfpoheelamphjcmhdpjpgefefoi |
Descrizione | Let url/text/image from browser to phone by qrcode. |
Dimensione del File | 53.66 KB |
Conteggio Installazioni | 261 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2013-09-29 |
Data di Pubblicazione | 2013-09-29 |
Valutazione | 3.75/5 Totale 4 Valutazioni |
Sviluppatore | https://sites.google.com/site/zhucai |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |