Offline QR-Code Generator
Generate QR Code without internet connectivity or server lag.
Что такое Offline QR-Code Generator?
Offline QR-Code Generator - это расширение Chrome, разработанное https://www.pikspeak.com, и его основная функция - "Generate QR Code without internet connectivity or server lag.".
Снимки экрана расширения
Скачать файл CRX расширения Offline QR-Code Generator
Скачайте файлы расширений 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
Основная информация о расширении
Название | 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" } } |