X QRCode
A powerfull chrome extension for qrcode encoding and decoding.
什么是X QRCode?
X QRCode是由nuintun开发的Chrome扩展程序,该扩展的主要功能是“A powerfull chrome extension for qrcode encoding and decoding.”。
扩展截图
下载X QRCode扩展crx文件
下载X QRCode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The extension can quickly convert the tab address to a QRCode and support converting the link and selected text in the page to a QRCode and parsing the QRCode image in the page. 扩展基本信息
| 名称 | |
| ID | afjgnjcplfimlceahcgancmlnmbkgmhf |
| 官方URL | https://chromewebstore.google.com/detail/x-qrcode/afjgnjcplfimlceahcgancmlnmbkgmhf |
| 简介 | A powerfull chrome extension for qrcode encoding and decoding. |
| 文件大小 | 46.77 KB |
| 安装次数 | 221 |
| 当前版本 | 0.3.3 |
| 更新时间 | 2022-01-21 |
| 上架时间 | 2019-05-28 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | nuintun |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/nuintun/x-qrcode |
| 帮助页面URL | https://github.com/nuintun/x-qrcode |
| 支持的语言 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.3.3",
"manifest_version": 2,
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"16": "images\/qrcode-16.png",
"32": "images\/qrcode-32.png",
"48": "images\/qrcode-48.png",
"128": "images\/qrcode-128.png"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": "images\/qrcode-16.png",
"default_title": "__MSG_appName__",
"default_popup": "popup.html"
},
"homepage_url": "https:\/\/github.com\/nuintun\/x-qrcode",
"permissions": [
"activeTab",
"contextMenus",
" | |