ui5-detector

Detects SAP UI5 and OpenUI5 apps as you browse.

什麼是ui5-detector?

ui5-detector是由micellius開發的Chrome擴展程式,該擴展的主要功能是“Detects SAP UI5 and OpenUI5 apps as you browse.”。

擴展截圖

screenshot

下載ui5-detector擴展crx文件

下載ui5-detector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 ui5-detector ui5-detector
ID hpgdddjhemgilkedfdkjhhkblfdhpgmi
官方網址 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'"
}