Tab Sleep Timer Firefox

Examine source code of Tab Sleep Timer

제작자: Daniel de Haas
Inspect and view changes in Tab Sleep Timer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Sleep Timer",
  "version": "1.0",
  "description": "Put any tab on a sleep timer to close or mute the tab when the timer expires.",
  "permissions": [
    "tabs",
    "alarms",
    "storage"
  ],
  "background": {
    "scripts": [
      "./background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    },
    "default_popup": "popup/popup.html",
    "default_title": "Sleep Timer"
  }
}

최고의 Tab Sleep Timer 대안

다음은 Tab Sleep Timer과(와) 유사한 Firefox add-on입니다: