Barcode Generator
Generate barcodes
ما هو Barcode Generator؟
Barcode Generator هو إضافة Chrome تم تطويرها بواسطة junjianch، والميزة الرئيسية لها هي "Generate barcodes".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Barcode Generator
قم بتنزيل ملفات الامتداد Barcode Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You can use the shortcut key to call out the extension, and convert clipboard text to barcode. The default shortcut key is ctrl + b.
معلومات أساسية عن التمديد
الاسم | Barcode Generator |
ID | cjdiimcdcfoaibmfoplmohdpbjgjapjb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/barcode-generator/cjdiimcdcfoaibmfoplmohdpbjgjapjb |
الوصف | Generate barcodes |
حجم الملف | 13.21 KB |
عدد التثبيتات | 68 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-09-06 |
تاريخ النشر | 2022-09-06 |
المطور | junjianch |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Barcode Generator", "description": "Generate barcodes", "version": "1.0", "manifest_version": 3, "permissions": [ "clipboardRead" ], "action": { "default_icon": { "64": "barcode64.png" }, "default_title": "Click Me", "default_popup": "popup.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+B", "mac": "MacCtrl+B" }, "description": "Opens popup.html" } } } |