Show Me Tabs (light)

Show Me Tabs (light)

This extension simple shows a Tabs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.0.1",
  "default_locale": "en",
  "short_name": "Show Me Tabs",
  "browser_action": {
    "default_icon": "images/browser_action.png",
    "default_popup": "popup.html",
    "default_title": "Show Me Tabs"
  },
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "tabs"
  ]
}