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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 2dbc
قم بتنزيل ملفات الامتداد 2dbc بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان 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" } } |