URL to QR code

This extension generate QR-code with URL of current openned page.

ما هو URL to QR code؟

URL to QR code هو إضافة Chrome تم تطويرها بواسطة https://michurin.github.io، والميزة الرئيسية لها هي "This extension generate QR-code with URL of current openned page.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة URL to QR code

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

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

                        Еxtension to view URL of current opened page as QR code.

It is the simplest way to carry URL from you browser to your (or someone's) mobile device.

You can customize

  - size of image and
  - error correction levels.

And also you can setup URL parts substitutions. For example, extension can automaticaly change http://bbc.com/page to http://m.bbc.com/page.

Visit the options page to use these features.                    

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

الاسم URL to QR code URL to QR code
ID ocilemcdjpkpmopdbehigobfjaepcnmm
عنوان URL الرسمي https://chromewebstore.google.com/detail/url-to-qr-code/ocilemcdjpkpmopdbehigobfjaepcnmm
الوصف This extension generate QR-code with URL of current openned page.
حجم الملف 11.55 KB
عدد التثبيتات 353
النسخة الحالية 0.4.0.0
آخر تحديث 2014-08-18
تاريخ النشر 2014-08-18
المطور https://michurin.github.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/michurin/chrome-extension-url-to-qrcode
عنوان صفحة المساعدة https://github.com/michurin/chrome-extension-url-to-qrcode
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QR code",
    "version": "0.4.0.0",
    "description": "This extension generate QR-code with URL of current openned page.",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "Generate QR code",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/chart.googleapis.com\/",
        "activeTab",
        "storage"
    ],
    "short_name": "URL 2 QR",
    "author": "Alexey Michurin ",
    "homepage_url": "http:\/\/michurin.github.io\/"
}