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
电子邮箱 [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"
    }
}