Barcode Web
Print barcodes straight from Chrome!
ما هو Barcode Web؟
Barcode Web هو إضافة Chrome تم تطويرها بواسطة Sydney Garrett، والميزة الرئيسية لها هي "Print barcodes straight from Chrome!".
تحميل ملف CRX للإضافة Barcode Web
قم بتنزيل ملفات الامتداد Barcode Web بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | geidjbkdjhpkigchocfnnfbompngfoda |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/barcode-web/geidjbkdjhpkigchocfnnfbompngfoda |
الوصف | Print barcodes straight from Chrome! |
حجم الملف | 11.54 MB |
عدد التثبيتات | 185 |
النسخة الحالية | 2.1.0 |
آخر تحديث | 2016-12-07 |
تاريخ النشر | 2016-12-07 |
المطور | Sydney Garrett |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Barcode Web", "description": "Print barcodes straight from Chrome!", "options_ui": { "page": "options.html", "chrome_style": true }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+B", "mac": "Command+B", "linux": "Ctrl+B" } } }, "version": "2.1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "menu.js" ] }, "permissions": [ "storage", "commands", "contextMenus", "tabs", "*:\/\/*\/*", "https:\/\/*\/*", "http:\/\/*\/*" ] } |