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.”。
擴展截圖
下載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 |
ID | jgcmpkfdmjdmonopeijdjpdddmkbglpm |
官方網址 | 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" } } |