Chrome To Device
Open current website on mobile device using QRCode
What is Chrome To Device?
Chrome To Device is a Chrome extension developed by kgreg, and its main feature is "Open current website on mobile device using QRCode".
Extension Screenshots
Download Chrome To Device Extension CRX File
Download Chrome To Device extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Chrome to Device Simple extension to open your current tab on the mobile device. Open the tab -> click the extension icon -> scan QRCode using any QRCode scanner on your device. Enjoy!
Extension Basic Information
Name | Chrome To Device |
ID | abejmemejiomdhoncldkhoplbejegcdj |
Official URL | https://chromewebstore.google.com/detail/chrome-to-device/abejmemejiomdhoncldkhoplbejegcdj |
Description | Open current website on mobile device using QRCode |
File Size | 2.46 MB |
Installation Count | 502 |
Current Version | 0.2 |
Last Updated | 2014-08-27 |
Publish Date | 2014-08-27 |
Rating | 5.00/5 Total 2 Ratings |
Developer | kgreg |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' chrome-extension:\/\/EXTENSIONID\/analytics.js; object-src 'self'", "name": "Chrome To Device", "description": "Open current website on mobile device using QRCode", "version": "0.2", "options_page": "options.html", "icons": { "48": "ico\/icon-48x48.png", "128": "ico\/icon-128x128.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "ico\/ico-qrcode-19x19-blue2.png", "default_popup": "popup.html" } } |