SmartGWT Developer Console

Shows SmartGWT Developer console. You don't need to loose your precious space by showing bookmarks bar

Cos'è SmartGWT Developer Console?

SmartGWT Developer Console è un'estensione di Chrome sviluppata da matus.benko, e la sua funzione principale è "Shows SmartGWT Developer console. You don't need to loose your precious space by showing bookmarks bar".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione SmartGWT Developer Console

Scarica i file di estensione SmartGWT Developer Console 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

                        Simply opens SmartGWT Developer Console.                    

Informazioni di Base sull'Estensione

Nome SmartGWT Developer Console SmartGWT Developer Console
ID mddafibghdbhfheggnifgloplohoicbk
URL Ufficiale https://chromewebstore.google.com/detail/smartgwt-developer-consol/mddafibghdbhfheggnifgloplohoicbk
Descrizione Shows SmartGWT Developer console. You don't need to loose your precious space by showing bookmarks bar
Dimensione del File 5.67 KB
Conteggio Installazioni 194
Versione Corrente 1.0
Ultimo Aggiornamento 2016-08-17
Data di Pubblicazione 2016-08-17
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore matus.benko
Tipo di Pagamento free
Sito Web dell'Estensione http://www.smartclient.com/product/smartgwt.jsp
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SmartGWT Developer Console",
    "description": "Shows SmartGWT Developer console. You don't need to loose your precious space by showing bookmarks bar",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}