The QRcode Generator
Generate Qrcode of your current tab and Selection
什么是The QRcode Generator?
The QRcode Generator是由JohnnyWorks开发的Chrome扩展程序,该扩展的主要功能是“Generate Qrcode of your current tab and Selection”。
扩展截图
下载The QRcode Generator扩展crx文件
下载The QRcode Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A Simple tools that can generate QR-Code of your current tab or your selections. Features: - Click to get current tab URL into QR Code, Easy to use. - Can generate QRCode without internet.
扩展基本信息
名称 | The QRcode Generator |
ID | mmjobjkkoeoklejdaclonlkofnaojind |
官方URL | https://chromewebstore.google.com/detail/the-qrcode-generator/mmjobjkkoeoklejdaclonlkofnaojind |
简介 | Generate Qrcode of your current tab and Selection |
文件大小 | 66.86 KB |
安装次数 | 96 |
当前版本 | 1.0 |
更新时间 | 2014-10-04 |
上架时间 | 2014-10-04 |
开发者 | JohnnyWorks |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The QRcode Generator", "version": "1.0", "manifest_version": 2, "description": "Generate Qrcode of your current tab and Selection", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "contextMenus", "activeTab" ] } |