QR Code Maker
This Extension allow the user to quickly create QR Codes with the current url
ما هو QR Code Maker؟
QR Code Maker هو إضافة Chrome تم تطويرها بواسطة Nick Remijn، والميزة الرئيسية لها هي "This Extension allow the user to quickly create QR Codes with the current url".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة QR Code Maker
قم بتنزيل ملفات الامتداد QR Code Maker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This Extension makes it easier to share links between devices by making a QR Code out of them. Features: - Quickly create a QR Code out of the current page URL - Right click a link to display it as a QR Code Changelog: - 1.0.0 - initial Version
معلومات أساسية عن التمديد
الاسم | QR Code Maker |
ID | oihjnlgmlpagpafdmegndjahnbkhcfge |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/qr-code-maker/oihjnlgmlpagpafdmegndjahnbkhcfge |
الوصف | This Extension allow the user to quickly create QR Codes with the current url |
حجم الملف | 7.57 KB |
عدد التثبيتات | 629 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2014-02-16 |
تاريخ النشر | 2014-02-16 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Nick Remijn |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Maker", "description": "This Extension allow the user to quickly create QR Codes with the current url", "version": "1.0.0", "icons": { "16": "icon16.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Create QR Code", "default_popup": "popup.html" }, "permissions": [ "tabs", "contextMenus" ], "background": { "scripts": [ "background.js" ] } } |