SmartGWT Developer Console

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

Co to jest SmartGWT Developer Console?

SmartGWT Developer Console to rozszerzenie Chrome opracowane przez matus.benko, a jego główną funkcją jest „Shows SmartGWT Developer console. You don't need to loose your precious space by showing bookmarks bar”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia SmartGWT Developer Console

Pobierz pliki rozszerzeń SmartGWT Developer Console w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Simply opens SmartGWT Developer Console.                    

Podstawowe informacje o rozszerzeniu

Nazwa SmartGWT Developer Console SmartGWT Developer Console
ID mddafibghdbhfheggnifgloplohoicbk
Oficjalny URL https://chromewebstore.google.com/detail/smartgwt-developer-consol/mddafibghdbhfheggnifgloplohoicbk
Opis Shows SmartGWT Developer console. You don't need to loose your precious space by showing bookmarks bar
Rozmiar pliku 5.67 KB
Liczba instalacji 194
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-08-17
Data Publikacji 2016-08-17
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper matus.benko
Typ Płatności free
Strona Rozszerzenia http://www.smartclient.com/product/smartgwt.jsp
Obsługiwane Języki 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
    }
}