2dbc
Shows a 2D barcode for the URL of the current tab.
Qu'est-ce que 2dbc ?
2dbc est une extension Chrome développée par sam.j.moorhouse, et sa fonction principale est "Shows a 2D barcode for the URL of the current tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 2dbc
Téléchargez les fichiers d'extension 2dbc au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | 2dbc |
ID | jgcmpkfdmjdmonopeijdjpdddmkbglpm |
URL Officiel | https://chromewebstore.google.com/detail/2dbc/jgcmpkfdmjdmonopeijdjpdddmkbglpm |
Description | Shows a 2D barcode for the URL of the current tab. |
Taille du Fichier | 8.4 KB |
Nombre d'Installations | 51 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2024-01-05 |
Date de Publication | 2015-10-06 |
Évaluation | 2.67/5 Total 3 Évaluations |
Développeur | sam.j.moorhouse |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |