ui5-detector

Detects SAP UI5 and OpenUI5 apps as you browse.

ui5-detector là gì?

ui5-detector là một tiện ích mở rộng Chrome được phát triển bởi micellius, và tính năng chính của nó là "Detects SAP UI5 and OpenUI5 apps as you browse.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ui5-detector

Tải xuống các tệp mở rộng ui5-detector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ui5-detector ui5-detector
ID hpgdddjhemgilkedfdkjhhkblfdhpgmi
URL Chính Thức https://chromewebstore.google.com/detail/ui5-detector/hpgdddjhemgilkedfdkjhhkblfdhpgmi
Mô tả Detects SAP UI5 and OpenUI5 apps as you browse.
Kích Thước Tệp 244 KB
Số Lần Cài Đặt 1,078
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2015-09-21
Ngày Phát Hành 2015-09-21
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển micellius
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}