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
    }
}