Context Menu QR Code Generator

Generate QR Codes selection context menu

ما هو Context Menu QR Code Generator؟

Context Menu QR Code Generator هو إضافة Chrome تم تطويرها بواسطة Arthur Farias، والميزة الرئيسية لها هي "Generate QR Codes selection context menu".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Context Menu QR Code Generator

قم بتنزيل ملفات الامتداد Context Menu QR Code Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Simple Context Menu QR Code Generator. If you want to keep the development of this app or you are pleased with the functionality, please make a paypal donation to my paypal account [email protected].                    

معلومات أساسية عن التمديد

الاسم Context Menu QR Code Generator Context Menu QR Code Generator
ID pffeedlofllghbmondonppgbleaggibj
عنوان URL الرسمي https://chromewebstore.google.com/detail/context-menu-qr-code-gene/pffeedlofllghbmondonppgbleaggibj
الوصف Generate QR Codes selection context menu
حجم الملف 6.97 KB
عدد التثبيتات 136
النسخة الحالية 0.1
آخر تحديث 2012-10-26
تاريخ النشر 2012-10-26
تقييم 2.75/5 مجموع تقييمات 4
المطور Arthur Farias
نوع الدفع free
موقع الإضافة http://arthur.afarias.org
اللغات المدعومة en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Context Menu QR Code Generator",
    "description": "Generate QR Codes selection context menu",
    "version": "0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "content.js"
        ]
    },
    "manifest_version": 2
}