2dbc
Shows a 2D barcode for the URL of the current tab.
2dbc là gì?
2dbc là một tiện ích mở rộng Chrome được phát triển bởi sam.j.moorhouse, và tính năng chính của nó là "Shows a 2D barcode for the URL of the current tab.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng 2dbc
Tải xuống các tệp mở rộng 2dbc dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 2dbc |
ID | jgcmpkfdmjdmonopeijdjpdddmkbglpm |
URL Chính Thức | https://chromewebstore.google.com/detail/2dbc/jgcmpkfdmjdmonopeijdjpdddmkbglpm |
Mô tả | Shows a 2D barcode for the URL of the current tab. |
Kích Thước Tệp | 8.4 KB |
Số Lần Cài Đặt | 51 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2024-01-05 |
Ngày Phát Hành | 2015-10-06 |
Đánh Giá | 2.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | sam.j.moorhouse |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |