UI5 Development Tools

SAP UI5 and OpenUI5 development tools

Cos'è UI5 Development Tools?

UI5 Development Tools è un'estensione di Chrome sviluppata da micellius, e la sua funzione principale è "SAP UI5 and OpenUI5 development tools".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione UI5 Development Tools

Scarica i file di estensione UI5 Development Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome UI5 Development Tools UI5 Development Tools
ID ooghhkigehdihajppgalgkodhelbjjlm
URL Ufficiale https://chromewebstore.google.com/detail/ui5-development-tools/ooghhkigehdihajppgalgkodhelbjjlm
Descrizione SAP UI5 and OpenUI5 development tools
Dimensione del File 127 KB
Conteggio Installazioni 2,305
Versione Corrente 0.2.3
Ultimo Aggiornamento 2016-03-14
Data di Pubblicazione 2016-03-14
Valutazione 3.50/5 Totale 4 Valutazioni
Sviluppatore micellius
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UI5 Development Tools",
    "short_name": "ui5-devtools",
    "version": "0.2.3",
    "description": "SAP UI5 and OpenUI5 development tools",
    "author": "Vadim Tomnikov",
    "devtools_page": "pages\/devtools\/devtools.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}