QR code generator
speedy generate QR code for page address, image/audio/video url, mobile phone can scan directly
什么是QR code generator?
QR code generator是由oksuluf开发的Chrome扩展程序,该扩展的主要功能是“speedy generate QR code for page address, image/audio/video url, mobile phone can scan directly”。
扩展截图
下载QR code generator扩展crx文件
下载QR code generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
便捷生成当前页面、图片、视频、音频网址的二维码,手机直接扫描就可以浏览 扩展基本信息
| 名称 | |
| ID | akfdjbkhbplepmhekgpcgdipgobjfhef |
| 官方URL | https://chromewebstore.google.com/detail/qr-code-generator/akfdjbkhbplepmhekgpcgdipgobjfhef |
| 简介 | speedy generate QR code for page address, image/audio/video url, mobile phone can scan directly |
| 文件大小 | 362 KB |
| 安装次数 | 363 |
| 当前版本 | 1.0.0.1002 |
| 更新时间 | 2021-05-14 |
| 上架时间 | 2017-02-26 |
| 开发者 | oksuluf |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.toptopn.com/privacy.html |
| 支持的语言 | en,zh-CN,zh-TW,ja |
| manifest.json | |
{
"version": "1.0.0.1002",
"manifest_version": 2,
"minimum_chrome_version": "18.0.0.0",
"default_locale": "zh_CN",
"name": "__MSG_default_title__",
"description": "__MSG_description__",
"icons": {
"16": "img\/19.png",
"19": "img\/19.png",
"48": "img\/48.png",
"128": "img\/128.png"
},
"background": {
"page": "bg.html"
},
"browser_action": {
"default_icon": "img\/19.png",
"default_popup": "pop.html"
},
"content_scripts": [
{
"css": [
"css\/content.css"
],
"js": [
"js\/content.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"web_accessible_resources": [
"pop.html"
],
"permissions": [
"tabs",
"contextMenus",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
} | |