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