QR Code Maker and Decoder

QR Code Maker. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image.

Что такое QR Code Maker and Decoder?

QR Code Maker and Decoder - это расширение Chrome, разработанное Smart Software, и его основная функция - "QR Code Maker. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения QR Code Maker and Decoder

Скачайте файлы расширений QR Code Maker and Decoder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Creates a right-click context menu for making a QR Code from the current page, link or selected text. 
Text, URL, phone numbers, SMS and contacts are supported.
You can also decode QR code from image.

Published the extension since 2011
Updated to the manifest v3 in December 2023                    

Основная информация о расширении

Название QR Code Maker and Decoder QR Code Maker and Decoder
ID ekkkpjnnhmokcnfdllcgldppopnneooi
Официальный URL https://chromewebstore.google.com/detail/qr-code-maker-and-decoder/ekkkpjnnhmokcnfdllcgldppopnneooi
Описание QR Code Maker. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image.
Размер файла 39.22 KB
Количество установок 10,000
Текущая Версия 0.9.2.3
Последнее Обновление 2023-12-12
Дата публикации 2020-05-07
Рейтинг 3.22/5 Всего 46 оценок
Разработчик Smart Software
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://atomurl.net/qrcode/
URL страницы помощи https://atomurl.net/qrcode/
URL страницы политики конфиденциальности http://iblogbox.com/chrome/tos.php
Поддерживаемые языки de,en,fr,nl,no,da,es,it,hu,pl,sk,fi,sv,cs,el,ru,uk,iw,ar,ja,ko
manifest.json
{
    "background": {
        "service_worker": "js\/bg.js"
    },
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "action": {
        "default_icon": "images\/icon19.png",
        "default_title": "__MSG_ext_name__"
    },
    "name": "__MSG_ext_name__",
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "options_page": "options.html",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0.0.0",
    "version": "0.9.2.3"
}