URC - URL Scanner

To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!

ما هو URC - URL Scanner؟

URC - URL Scanner هو إضافة Chrome تم تطويرها بواسطة https://code.rendrr.xyz/urc، والميزة الرئيسية لها هي "To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة URC - URL Scanner

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

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

                        To experience a better way to sending links to your associates, this extension comes in handy. one needs to add this extension and then the URL that the person intends to send will automatically get converted into QR Code so that one can just scan this code and open the intended website. This is easy, simple and convenient!                    

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

الاسم URC - URL Scanner URC - URL Scanner
ID fhopklpclhecjilkakgbcogngidomkcl
عنوان URL الرسمي https://chromewebstore.google.com/detail/urc-url-scanner/fhopklpclhecjilkakgbcogngidomkcl
الوصف To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!
حجم الملف 181 KB
عدد التثبيتات 30
النسخة الحالية 1.0.4
آخر تحديث 2017-10-10
تاريخ النشر 2017-10-10
تقييم 5.00/5 مجموع تقييمات 2
المطور https://code.rendrr.xyz/urc
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://code.rendrr.xyz/urc/
عنوان صفحة سياسة الخصوصية https://rakcode.com/privacypolicy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URC - URL Scanner",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!",
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "chrome:\/\/favicon\/",
        "history"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "css": [
                "css\/inject.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery.popupoverlay.js",
                "js\/jquery-qrcode.js",
                "js\/inject.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "history": "history.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}