QR anything

Generate QR of anything instantly. Just right click and generate QR of images and links.

ما هو QR anything؟

QR anything هو إضافة Chrome تم تطويرها بواسطة https://moin.im، والميزة الرئيسية لها هي "Generate QR of anything instantly. Just right click and generate QR of images and links.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة QR anything

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

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

                        A light-weight extension to create QR codes of anything. It generates the QR instantly.

Currently supports:

- Links
- Text
- Images

Just right click on whatever you need the QR for and select 'QR this'. You'll see the QR right away.

Change log
v 0.6.1:
Added Android app link

v 0.6:
Optimised for performance

v0.5.1:

- 'right-click' save option for QR image.
- Developers: 64base code available                    

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

الاسم QR anything QR anything
ID dpcobhfdocjilgmfdbigakbkkfjclmcl
عنوان URL الرسمي https://chromewebstore.google.com/detail/qr-anything/dpcobhfdocjilgmfdbigakbkkfjclmcl
الوصف Generate QR of anything instantly. Just right click and generate QR of images and links.
حجم الملف 52.87 KB
عدد التثبيتات 593
النسخة الحالية 0.6.1
آخر تحديث 2016-02-06
تاريخ النشر 2016-02-06
تقييم 4.60/5 مجموع تقييمات 10
المطور https://moin.im
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR anything",
    "version": "0.6.1",
    "manifest_version": 2,
    "description": "Generate QR of anything instantly. Just right click and generate QR of images and links.",
    "icons": {
        "16": "icons\/16.png",
        "28": "icons\/28.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "qr.html",
    "permissions": [
        "contextMenus"
    ]
}