ui5-detector

Detects SAP UI5 and OpenUI5 apps as you browse.

Qu'est-ce que ui5-detector ?

ui5-detector est une extension Chrome développée par micellius, et sa fonction principale est "Detects SAP UI5 and OpenUI5 apps as you browse.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ui5-detector

Téléchargez les fichiers d'extension ui5-detector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom ui5-detector ui5-detector
ID hpgdddjhemgilkedfdkjhhkblfdhpgmi
URL Officiel https://chromewebstore.google.com/detail/ui5-detector/hpgdddjhemgilkedfdkjhhkblfdhpgmi
Description Detects SAP UI5 and OpenUI5 apps as you browse.
Taille du Fichier 244 KB
Nombre d'Installations 1,078
Version Actuelle 1.1.0
Dernière Mise à Jour 2015-09-21
Date de Publication 2015-09-21
Évaluation 5.00/5 Total 3 Évaluations
Développeur micellius
Type de Paiement free
Langues Prises en Charge 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'"
}