Offline QR-Code Generator
Generate QR Code without internet connectivity or server lag.
什么是Offline QR-Code Generator?
Offline QR-Code Generator是由https://www.pikspeak.com开发的Chrome扩展程序,该扩展的主要功能是“Generate QR Code without internet connectivity or server lag.”。
扩展截图
下载Offline QR-Code Generator扩展crx文件
下载Offline QR-Code Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Copy text/URL from your laptop to your mobile phone.
Type long text messages to on your laptop and simply transfer them to your mobile with one scan!
Offline QR-Code Generator lets you generate QR codes locally without having you to be connected to the internet!
Use any 'QR Code' scanner on your iOS/Android device!
- Generate QR code instantly !
- No internet connectivity required
- Large size QR Code size (400x400)
- No server lag
- Quick and easy open/close pop-up extension
Its light, quick and handles all codes!
Generate QR codes for text, URLs, phone numbers, SMS messages, or contacts (vcard).
Github source of the extension: https://github.com/rahulgolwalkar/Offline-QR-Code-Generator 扩展基本信息
| 名称 | |
| ID | fehmldbcmhbdkofkiaedfejkalnidchm |
| 官方URL | https://chromewebstore.google.com/detail/offline-qr-code-generator/fehmldbcmhbdkofkiaedfejkalnidchm |
| 简介 | Generate QR Code without internet connectivity or server lag. |
| 文件大小 | 49.36 KB |
| 安装次数 | 10,971 |
| 当前版本 | 1.1 |
| 更新时间 | 2020-03-03 |
| 上架时间 | 2020-03-02 |
| 评分 | 3.79/5 共19次评分 |
| 开发者 | https://www.pikspeak.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/rahulgolwalkar/Offline-QR-Code-Generator |
| 帮助页面URL | https://github.com/rahulgolwalkar/Offline-QR-Code-Generator |
| 隐私政策页面URL | http://tiny.cc/appsprivacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Offline QR-Code Generator",
"description": "Generate QR Code without internet connectivity or server lag.",
"version": "1.1",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "index.html"
}
} | |