QR Code Generator
Creates QR Codes from open pages, URLs, images, links and selected text.
什么是QR Code Generator?
QR Code Generator是由Armin Kremm开发的Chrome扩展程序,该扩展的主要功能是“Creates QR Codes from open pages, URLs, images, links and selected text.”。
扩展截图
下载QR Code Generator扩展crx文件
下载QR Code Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | QR Code Generator |
ID | dfncpmlchoghcaleajocnbgnffdkpeia |
官方URL | https://chromewebstore.google.com/detail/qr-code-generator/dfncpmlchoghcaleajocnbgnffdkpeia |
简介 | Creates QR Codes from open pages, URLs, images, links and selected text. |
文件大小 | 48.34 KB |
安装次数 | 1,296 |
当前版本 | 1.0 |
更新时间 | 2013-10-30 |
上架时间 | 2013-10-29 |
评分 | 5.00/5 共1次评分 |
开发者 | Armin Kremm |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Generator", "description": "Creates QR Codes from open pages, URLs, images, links and selected text.", "version": "1.0", "author": [ "Armin Kremm" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon19.png", "default_name": "Create QR code", "default_title": "Create an QR code for this page", "default_popup": "popup.html" } } |