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 |
| Eメール | [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"
}
} | |