ScanMe
A Chrome extension that you can scan the qr code to open url on you cellphone.
Vad är ScanMe?
ScanMe är en Chrome-tillägg utvecklad av Lerry, och dess huvudfunktion är "A Chrome extension that you can scan the qr code to open url on you cellphone.".
Tilläggsskärmbilder
Ladda ner ScanMe-förlängningens CRX-fil
Ladda ner ScanMe-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A Chrome extension that you can scan the qr code to open url on you cellphone. 扫描二维码,在你的手机上打开当前网页。
Grundläggande Information om Tillägg
Namn | ScanMe |
ID | cchegmecehnbcgpmmnanfmdecgehokch |
Officiell webbadress | https://chromewebstore.google.com/detail/scanme/cchegmecehnbcgpmmnanfmdecgehokch |
Beskrivning | A Chrome extension that you can scan the qr code to open url on you cellphone. |
Filstorlek | 14.63 KB |
Antal Installationer | 76 |
Aktuell Version | 0.0.8 |
Senast Uppdaterad | 2015-01-09 |
Publiceringsdatum | 2015-01-08 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Lerry |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/lerry/ScanMe |
Hjälpsida URL | https://github.com/lerry/ScanMe |
Stödda Språk | 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:\/\/*\/*" ] } |