URL to QRC
This extension generates a QR Code based on the current url.
什么是URL to QRC?
URL to QRC是由https://bambitinc.com开发的Chrome扩展程序,该扩展的主要功能是“This extension generates a QR Code based on the current url.”。
扩展截图
下载URL to QRC扩展crx文件
下载URL to QRC扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quite often I want to copy a url from my browser to may phone, and rather than typing it manually, this allow me to create and then scan the QR code quickly. This is an Open Source project. All the source code is hosted on GitHub at https://github.com/bambit/u2q
扩展基本信息
名称 | URL to QRC |
ID | pchcmphgcelljgbhhpbfidahgjnabgfc |
官方URL | https://chromewebstore.google.com/detail/url-to-qrc/pchcmphgcelljgbhhpbfidahgjnabgfc |
简介 | This extension generates a QR Code based on the current url. |
文件大小 | 48.46 KB |
安装次数 | 95 |
当前版本 | 1.1 |
更新时间 | 2013-03-28 |
上架时间 | 2013-03-28 |
开发者 | https://bambitinc.com |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL to QRC", "description": "This extension generates a QR Code based on the current url.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "tabs" ] } |