2dbc

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

2dbcとは何ですか?

2dbcはsam.j.moorhouseによって開発されたChromeの拡張機能で、その主な機能は「Shows a 2D barcode for the URL of the current tab.」です。

拡張機能のスクリーンショット

screenshot

2dbc拡張機能のCRXファイルをダウンロード

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