2dbc

Shows a 2D barcode for the URL of the current tab.

Что такое 2dbc?

2dbc - это расширение Chrome, разработанное sam.j.moorhouse, и его основная функция - "Shows a 2D barcode for the URL of the current tab.".

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

screenshot

Скачать файл CRX расширения 2dbc

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

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

                        2dbc shows a 2D barcode for the website you're currently browsing. It's useful when you're presenting and you want to share the website with your class, of it you're browsing on your computer and you quickly want to view a site on your phone. Just download a barcode scanner app, point your phone at the screen and go!                    

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

Название 2dbc 2dbc
ID jgcmpkfdmjdmonopeijdjpdddmkbglpm
Официальный URL https://chromewebstore.google.com/detail/2dbc/jgcmpkfdmjdmonopeijdjpdddmkbglpm
Описание Shows a 2D barcode for the URL of the current tab.
Размер файла 8.4 KB
Количество установок 51
Текущая Версия 0.1
Последнее Обновление 2024-01-05
Дата публикации 2015-10-06
Рейтинг 2.67/5 Всего 3 оценок
Разработчик sam.j.moorhouse
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2dbc",
    "short_name": "2dbc",
    "version": "0.1",
    "homepage_url": "http:\/\/littleplasticsquares.com\/2dbc",
    "description": "Shows a 2D barcode for the URL of the current tab.",
    "author": "Sam Moorhouse",
    "icons": {
        "32": "2dbc_32.png",
        "48": "2dbc_48.png",
        "128": "2dbc_128.png"
    },
    "offline_enabled": false,
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "128": "2dbc_128.png"
        },
        "default_title": "2DBC",
        "default_popup": "popup.html"
    }
}