SmartGWT Developer Console

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

What is SmartGWT Developer Console?

SmartGWT Developer Console is a Chrome extension developed by matus.benko, and its main feature is "Shows SmartGWT Developer console. You don't need to loose your precious space by showing bookmarks bar".

Extension Screenshots

screenshot
screenshot

Download SmartGWT Developer Console Extension CRX File

Download SmartGWT Developer Console extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Simply opens SmartGWT Developer Console.                    

Extension Basic Information

Name SmartGWT Developer Console SmartGWT Developer Console
ID mddafibghdbhfheggnifgloplohoicbk
Official URL https://chromewebstore.google.com/detail/smartgwt-developer-consol/mddafibghdbhfheggnifgloplohoicbk
Description Shows SmartGWT Developer console. You don't need to loose your precious space by showing bookmarks bar
File Size 5.67 KB
Installation Count 194
Current Version 1.0
Last Updated 2016-08-17
Publish Date 2016-08-17
Rating 5.00/5 Total 1 Ratings
Developer matus.benko
Payment Type free
Extension Website http://www.smartclient.com/product/smartgwt.jsp
Supported Languages 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
    }
}