ScanMe
A Chrome extension that you can scan the qr code to open url on you cellphone.
Cos'è ScanMe?
ScanMe è un'estensione di Chrome sviluppata da Lerry, e la sua funzione principale è "A Chrome extension that you can scan the qr code to open url on you cellphone.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ScanMe
Scarica i file di estensione ScanMe 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
A Chrome extension that you can scan the qr code to open url on you cellphone. 扫描二维码,在你的手机上打开当前网页。
Informazioni di Base sull'Estensione
Nome | ScanMe |
ID | cchegmecehnbcgpmmnanfmdecgehokch |
URL Ufficiale | https://chromewebstore.google.com/detail/scanme/cchegmecehnbcgpmmnanfmdecgehokch |
Descrizione | A Chrome extension that you can scan the qr code to open url on you cellphone. |
Dimensione del File | 14.63 KB |
Conteggio Installazioni | 76 |
Versione Corrente | 0.0.8 |
Ultimo Aggiornamento | 2015-01-09 |
Data di Pubblicazione | 2015-01-08 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Lerry |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/lerry/ScanMe |
URL della Pagina di Aiuto | https://github.com/lerry/ScanMe |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.8", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "128": "images\/icon-128.png" }, "default_locale": "en", "browser_action": { "default_icon": { "128": "images\/icon-128.png" }, "default_title": "ScanMe", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |