QR it!
This extension shows the QR code of the current URL address.
什么是QR it!?
QR it!是由https://malva.altervista.org开发的Chrome扩展程序,该扩展的主要功能是“This extension shows the QR code of the current URL address.”。
扩展截图
下载QR it!扩展crx文件
下载QR it!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
QR it! is a simple and cute qrcode generator. This extension converts the actual URL in the adress bar, in a smartphone or table readable qr code.
Tired of typing long adresses on that tiny phone keyboard of yours?
Of emailing yourself links?
QR it! is for you. 扩展基本信息
| 名称 | |
| ID | cbbanapabopdclniplcfanpepneilmfj |
| 官方URL | https://chromewebstore.google.com/detail/qr-it/cbbanapabopdclniplcfanpepneilmfj |
| 简介 | This extension shows the QR code of the current URL address. |
| 文件大小 | 57.31 KB |
| 安装次数 | 29 |
| 当前版本 | 1.1 |
| 更新时间 | 2019-04-13 |
| 上架时间 | 2019-04-13 |
| 开发者 | https://malva.altervista.org |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "QR it!",
"description": "This extension shows the QR code of the current URL address.",
"version": "1.1",
"options_page": "options\/options.html",
"icons": {
"19": "images\/qrcode19.png",
"38": "images\/qrcode38.png",
"48": "images\/qrcode48.png",
"128": "images\/qrcode128.png"
},
"browser_action": {
"default_icon": "images\/qrcode.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"storage"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/"
],
"js": [
"js\/jquery.min.js",
"js\/jquery.qrcode.min.js",
"popup.js",
"options\/options.js"
]
}
]
} | |