ui5-detector

Detects SAP UI5 and OpenUI5 apps as you browse.

ما هو ui5-detector؟

ui5-detector هو إضافة Chrome تم تطويرها بواسطة micellius، والميزة الرئيسية لها هي "Detects SAP UI5 and OpenUI5 apps as you browse.".

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

screenshot

تحميل ملف CRX للإضافة ui5-detector

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

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

                                            

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

الاسم ui5-detector ui5-detector
ID hpgdddjhemgilkedfdkjhhkblfdhpgmi
عنوان URL الرسمي https://chromewebstore.google.com/detail/ui5-detector/hpgdddjhemgilkedfdkjhhkblfdhpgmi
الوصف Detects SAP UI5 and OpenUI5 apps as you browse.
حجم الملف 244 KB
عدد التثبيتات 1,078
النسخة الحالية 1.1.0
آخر تحديث 2015-09-21
تاريخ النشر 2015-09-21
تقييم 5.00/5 مجموع تقييمات 3
المطور micellius
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ui5-detector",
    "short_name": "UI5 Detector",
    "description": "Detects SAP UI5 and OpenUI5 apps as you browse.",
    "author": "Vadim Tomnikov",
    "version": "1.1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Powered by UI5"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "inject.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}