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"
    }
}