Google Play QR code generator
Generates a QR code at the Google Play Store
ما هو Google Play QR code generator؟
Google Play QR code generator هو إضافة Chrome تم تطويرها بواسطة Tobias DSW، والميزة الرئيسية لها هي "Generates a QR code at the Google Play Store".
تحميل ملف CRX للإضافة Google Play QR code generator
قم بتنزيل ملفات الامتداد Google Play QR code generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Created with http://goqr.me/ QR API
معلومات أساسية عن التمديد
الاسم | |
ID | kapeilbgjcjfiadokjlpjhmedgdlckfe |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/google-play-qr-code-gener/kapeilbgjcjfiadokjlpjhmedgdlckfe |
الوصف | Generates a QR code at the Google Play Store |
حجم الملف | 41.03 KB |
عدد التثبيتات | 115 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2015-01-05 |
تاريخ النشر | 2015-01-05 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | Tobias DSW |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Play QR code generator", "description": "Generates a QR code at the Google Play Store", "version": "1.0.0", "icons": { "128": "badge128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/play.google.com\/*" ], "css": [ "basic.css" ], "js": [ "jquery.min.js", "contentscript.js" ] } ] } |