2dbc
Shows a 2D barcode for the URL of the current tab.
What is 2dbc?
2dbc is a Chrome extension developed by sam.j.moorhouse, and its main feature is "Shows a 2D barcode for the URL of the current tab.".
Extension Screenshots
Download 2dbc Extension CRX File
Download 2dbc extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | 2dbc |
ID | jgcmpkfdmjdmonopeijdjpdddmkbglpm |
Official URL | https://chromewebstore.google.com/detail/2dbc/jgcmpkfdmjdmonopeijdjpdddmkbglpm |
Description | Shows a 2D barcode for the URL of the current tab. |
File Size | 8.4 KB |
Installation Count | 51 |
Current Version | 0.1 |
Last Updated | 2024-01-05 |
Publish Date | 2015-10-06 |
Rating | 2.67/5 Total 3 Ratings |
Developer | sam.j.moorhouse |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |