2dbc

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

Hvad er 2dbc?

2dbc er en Chrome-udvidelse udviklet af sam.j.moorhouse, og dens hovedfunktion er "Shows a 2D barcode for the URL of the current tab.".

Udvidelsesskærmbilleder

screenshot

Download 2dbc-udvidelses-CRX-fil

Download 2dbc-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn 2dbc 2dbc
ID jgcmpkfdmjdmonopeijdjpdddmkbglpm
Officiel URL https://chromewebstore.google.com/detail/2dbc/jgcmpkfdmjdmonopeijdjpdddmkbglpm
Beskrivelse Shows a 2D barcode for the URL of the current tab.
Filstørrelse 8.4 KB
Antal Installationer 51
Nuværende Version 0.1
Senest Opdateret 2024-01-05
Udgivelsesdato 2015-10-06
Bedømmelse 2.67/5 Samlet 3 Bedømmelser
Udvikler sam.j.moorhouse
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}