URL to QRCode
get the qrcode of current url
ما هو URL to QRCode؟
URL to QRCode هو إضافة Chrome تم تطويرها بواسطة zhihuzeye، والميزة الرئيسية لها هي "get the qrcode of current url".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة URL to QRCode
قم بتنزيل ملفات الامتداد URL to QRCode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The fastest qrcode generator.You can get the qrcode of current url by clicking the button simply. 最快的二维码生成器; 快速获取当前页面地址的二维码。
معلومات أساسية عن التمديد
الاسم | URL to QRCode |
ID | hbgipmdmmhiicemlmjglcepdpkodgcpe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/url-to-qrcode/hbgipmdmmhiicemlmjglcepdpkodgcpe |
الوصف | get the qrcode of current url |
حجم الملف | 32.12 KB |
عدد التثبيتات | 158 |
النسخة الحالية | 1.1 |
آخر تحديث | 2014-08-15 |
تاريخ النشر | 2014-08-14 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | zhihuzeye |
نوع الدفع | free |
موقع الإضافة | https://github.com/imyelo/chrome-url-to-qrcode |
عنوان صفحة المساعدة | https://github.com/imyelo/chrome-url-to-qrcode/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL to QRCode", "version": "1.1", "description": "get the qrcode of current url", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "URL to QRCode", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |