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 |
| 官方網址 | 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"
}
} | |