ScanMe
A Chrome extension that you can scan the qr code to open url on you cellphone.
ScanMe क्या है?
ScanMe Lerry द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension that you can scan the qr code to open url on you cellphone."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ScanMe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A Chrome extension that you can scan the qr code to open url on you cellphone. 扫描二维码,在你的手机上打开当前网页。
एक्सटेंशन की मूल जानकारी
नाम | ScanMe |
ID | cchegmecehnbcgpmmnanfmdecgehokch |
आधिकारिक URL | https://chromewebstore.google.com/detail/scanme/cchegmecehnbcgpmmnanfmdecgehokch |
विवरण | A Chrome extension that you can scan the qr code to open url on you cellphone. |
फ़ाइल का आकार | 14.63 KB |
स्थापना संख्या | 76 |
वर्तमान संस्करण | 0.0.8 |
अंतिम अपडेट | 2015-01-09 |
प्रकाशन तिथि | 2015-01-08 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Lerry |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/lerry/ScanMe |
सहायता पृष्ठ URL | https://github.com/lerry/ScanMe |
समर्थित भाषाएँ | 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:\/\/*\/*" ] } |