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
官方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'"
}