QR Code Maker
This Extension allow the user to quickly create QR Codes with the current url
什么是QR Code Maker?
QR Code Maker是由Nick Remijn开发的Chrome扩展程序,该扩展的主要功能是“This Extension allow the user to quickly create QR Codes with the current url”。
扩展截图
下载QR Code Maker扩展crx文件
下载QR Code Maker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Extension makes it easier to share links between devices by making a QR Code out of them. Features: - Quickly create a QR Code out of the current page URL - Right click a link to display it as a QR Code Changelog: - 1.0.0 - initial Version
扩展基本信息
名称 | QR Code Maker |
ID | oihjnlgmlpagpafdmegndjahnbkhcfge |
官方URL | https://chromewebstore.google.com/detail/qr-code-maker/oihjnlgmlpagpafdmegndjahnbkhcfge |
简介 | This Extension allow the user to quickly create QR Codes with the current url |
文件大小 | 7.57 KB |
安装次数 | 629 |
当前版本 | 1.0.0 |
更新时间 | 2014-02-16 |
上架时间 | 2014-02-16 |
评分 | 5.00/5 共1次评分 |
开发者 | Nick Remijn |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Maker", "description": "This Extension allow the user to quickly create QR Codes with the current url", "version": "1.0.0", "icons": { "16": "icon16.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Create QR Code", "default_popup": "popup.html" }, "permissions": [ "tabs", "contextMenus" ], "background": { "scripts": [ "background.js" ] } } |