Page to QR Code
Get a QR code of current page with just one click.
什么是Page to QR Code?
Page to QR Code是由Jan Rychtář开发的Chrome扩展程序,该扩展的主要功能是“Get a QR code of current page with just one click.”。
扩展截图
下载Page to QR Code扩展crx文件
下载Page to QR Code扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get a QR code of the current page with just one click. 扩展基本信息
| 名称 | |
| ID | aiilaldmobjhjhlgmpjdchhmbbklphga |
| 官方URL | https://chromewebstore.google.com/detail/page-to-qr-code/aiilaldmobjhjhlgmpjdchhmbbklphga |
| 简介 | Get a QR code of current page with just one click. |
| 文件大小 | 7.89 KB |
| 安装次数 | 43 |
| 当前版本 | 1.0.4 |
| 更新时间 | 2013-02-27 |
| 上架时间 | 2013-02-27 |
| 评分 | 3.67/5 共3次评分 |
| 开发者 | Jan Rychtář |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Page to QR Code",
"version": "1.0.4",
"description": "Get a QR code of current page with just one click.",
"browser_action": {
"default_icon": "icon-19.png",
"default_title": "Page to QR"
},
"icons": {
"16": "icon-16.png",
"19": "icon-19.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"background": {
"page": "background.html"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"contextMenus"
],
"manifest_version": 2,
"content_security_policy": "default-src 'none'; script-src 'self'"
} | |