SmartGWT Developer Console

SmartGWT Developer Console

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

Additional files are visible only to premium users

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