ui5-detector

Detects SAP UI5 and OpenUI5 apps as you browse.

Apa itu ui5-detector?

ui5-detector adalah ekstensi Chrome yang dikembangkan oleh micellius, dan fitur utamanya adalah "Detects SAP UI5 and OpenUI5 apps as you browse.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ui5-detector

Unduh file ekstensi ui5-detector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama ui5-detector ui5-detector
ID hpgdddjhemgilkedfdkjhhkblfdhpgmi
URL Resmi https://chromewebstore.google.com/detail/ui5-detector/hpgdddjhemgilkedfdkjhhkblfdhpgmi
Deskripsi Detects SAP UI5 and OpenUI5 apps as you browse.
Ukuran File 244 KB
Jumlah Instalasi 1,078
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2015-09-21
Tanggal Publikasi 2015-09-21
Penilaian 5.00/5 Total 3 Penilaian
Pengembang micellius
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}