RedCode , URL to QR code
RedCode Extension, make the current page URL to QR code.
什么是RedCode , URL to QR code?
RedCode , URL to QR code是由https://extmanager.com开发的Chrome扩展程序,该扩展的主要功能是“RedCode Extension, make the current page URL to QR code.”。
扩展截图
下载RedCode , URL to QR code扩展crx文件
下载RedCode , URL to QR code扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Generate QR code of the current tab URL.
The RedCode Extension have the following advantages:
1. It only takes 0.1 seconds to generate a QR code from the current URL
2. QRCode can be downloaded and saved
3. Quick and friendly experience 扩展基本信息
| 名称 | |
| ID | hkffcifnhmgfljkgpcideelklglfcegh |
| 官方URL | https://chromewebstore.google.com/detail/redcode-url-to-qr-code/hkffcifnhmgfljkgpcideelklglfcegh |
| 简介 | RedCode Extension, make the current page URL to QR code. |
| 文件大小 | 316 KB |
| 安装次数 | 55 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2021-09-22 |
| 上架时间 | 2020-05-20 |
| 开发者 | https://extmanager.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.extmanager.com/detail/hkffcifnhmgfljkgpcideelklglfcegh.html |
| 隐私政策页面URL | https://www.freeprivacypolicy.com/live/1a989ad9-eb14-4e79-994b-1739426407b8 |
| 支持的语言 | en,zh-CN |
| manifest.json | |
{
"name": "__MSG_name__",
"description": "__MSG_description__",
"version": "0.1.0",
"icons": {
"128": "img\/ico.png",
"48": "img\/ico48.png",
"19": "img\/ico19.png"
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"browser_action": {
"default_title": "__MSG_name__",
"default_icon": "img\/ico19.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
],
"default_locale": "en",
"manifest_version": 2,
"homepage_url": "https:\/\/www.extmanager.com\/detail\/hkffcifnhmgfljkgpcideelklglfcegh.html",
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
} | |