SmartGWT Developer Console

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

什么是SmartGWT Developer Console?

SmartGWT Developer Console是由matus.benko开发的Chrome扩展程序,该扩展的主要功能是“Shows SmartGWT Developer console. You don't need to loose your precious space by showing bookmarks bar”。

扩展截图

screenshot
screenshot

下载SmartGWT Developer Console扩展crx文件

下载SmartGWT Developer Console扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Simply opens SmartGWT Developer Console.                    

扩展基本信息

名称 SmartGWT Developer Console SmartGWT Developer Console
ID mddafibghdbhfheggnifgloplohoicbk
官方URL https://chromewebstore.google.com/detail/smartgwt-developer-consol/mddafibghdbhfheggnifgloplohoicbk
简介 Shows SmartGWT Developer console. You don't need to loose your precious space by showing bookmarks bar
文件大小 5.67 KB
安装次数 194
当前版本 1.0
更新时间 2016-08-17
上架时间 2016-08-17
评分 5.00/5 共1次评分
开发者 matus.benko
付费类型 free
扩展官网 http://www.smartclient.com/product/smartgwt.jsp
支持的语言 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
    }
}