Silence of the Tabs (Beta)

Silence of the Tabs (Beta)

Suspends inactive tabs or optionally, by clicking the [S] icon, the current tab or all other tabs of the current window.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Silence of the Tabs (Beta)",
  "description": "Suspends inactive tabs or optionally, by clicking the [S] icon, the current tab or all other tabs of the current window.",
  "version": "0.2.2",
  "browser_action": {
    "default_popup": "main.html#popuppage"
  },
  "options_page": "main.html#optionspage",
  "background": {
    "page": "main.html#backgroundpage"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "icons": {
    "128": "icon.png"
  }
}