QR Code Tools
Generate a QR Code for the current page or your text
什么是QR Code Tools?
QR Code Tools是由kimown开发的Chrome扩展程序,该扩展的主要功能是“Generate a QR Code for the current page or your text”。
扩展截图
下载QR Code Tools扩展crx文件
下载QR Code Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Generate a QR Code for the current page or your text. 扩展基本信息
| 名称 | |
| ID | ocbhppgblkpojkpebamblimobggeaobi |
| 官方URL | https://chromewebstore.google.com/detail/qr-code-tools/ocbhppgblkpojkpebamblimobggeaobi |
| 简介 | Generate a QR Code for the current page or your text |
| 文件大小 | 25.42 KB |
| 安装次数 | 32 |
| 当前版本 | 1.0 |
| 更新时间 | 2016-07-23 |
| 上架时间 | 2016-07-23 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | kimown |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "QR Code Tools",
"description": "Generate a QR Code for the current page or your text",
"version": "1.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"popup.js"
]
}
],
"permissions": [
"activeTab",
"tabs"
]
} | |