ScanMe
A Chrome extension that you can scan the qr code to open url on you cellphone.
Wat is ScanMe?
ScanMe is een Chrome-extensie ontwikkeld door Lerry, en de belangrijkste functie is "A Chrome extension that you can scan the qr code to open url on you cellphone.".
Extensie Screenshots
Download het CRX-bestand van de extensie ScanMe
Download ScanMe-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A Chrome extension that you can scan the qr code to open url on you cellphone.
扫描二维码,在你的手机上打开当前网页。 Basisinformatie over de Extensie
| Naam | |
| ID | cchegmecehnbcgpmmnanfmdecgehokch |
| Officiële URL | https://chromewebstore.google.com/detail/scanme/cchegmecehnbcgpmmnanfmdecgehokch |
| Beschrijving | A Chrome extension that you can scan the qr code to open url on you cellphone. |
| Bestandsgrootte | 14.63 KB |
| Aantal Installaties | 76 |
| Huidige Versie | 0.0.8 |
| Laatst Bijgewerkt | 2015-01-09 |
| Publicatiedatum | 2015-01-08 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Lerry |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/lerry/ScanMe |
| Help Pagina-URL | https://github.com/lerry/ScanMe |
| Ondersteunde Talen | 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:\/\/*\/*"
]
} | |