Barcode Generator
Get barcodes from text selection in one click
ما هو Barcode Generator؟
Barcode Generator هو إضافة Chrome تم تطويرها بواسطة Nathan Ferguson، والميزة الرئيسية لها هي "Get barcodes from text selection in one click".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Barcode Generator
قم بتنزيل ملفات الامتداد Barcode Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Generates Code-128 barcodes from selected text using the context menu.
معلومات أساسية عن التمديد
الاسم | Barcode Generator |
ID | jmadlddafklnidhjepieomnnjdiokacd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/barcode-generator/jmadlddafklnidhjepieomnnjdiokacd |
الوصف | Get barcodes from text selection in one click |
حجم الملف | 6.35 KB |
عدد التثبيتات | 66 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2023-09-05 |
تاريخ النشر | 2022-06-14 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Nathan Ferguson |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/nathanfergusondev/barcodegenerator |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.0", "name": "Barcode Generator", "description": "Get barcodes from text selection in one click", "icons": { "16": "img\/barcode16.png", "32": "img\/barcode32.png", "48": "img\/barcode48.png", "64": "img\/barcode64.png", "128": "img\/barcode.png" }, "action": { "default_icon": "img\/barcode.png" }, "permissions": [ "contextMenus" ], "background": { "service_worker": "scripts\/background.js" } } |