Take Your Time Firefox

Examine source code of Take Your Time

提供元: arielg
Inspect and view changes in Take Your Time source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "TakeYourTime@webExtension.arielg.il",
      "strict_min_version": "59.0"
    }
  },
  "name": "Take Your Time",
  "version": "1.3",
  "description": "Gives you four progress bars to check out your progress and see how your time is running out.",
  "author": "arielg",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icons/progress-bar.svg",
    "32": "icons/progress-bar.svg",
    "48": "icons/progress-bar.svg",
    "64": "icons/progress-bar.svg",
    "96": "icons/progress-bar.svg"
  },
  "browser_action": {
    "browser_style": false,
    "default_title": "Take Your Time",
    "default_icon": {
      "16": "icons/progress-bar.svg",
      "32": "icons/progress-bar.svg",
      "48": "icons/progress-bar.svg",
      "64": "icons/progress-bar.svg",
      "96": "icons/progress-bar.svg"
    },
    "default_popup": "popup/popup.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F5"
      },
      "description": "Open popup"
    }
  },
  "background": {
    "scripts": [
      "common.js",
      "preferences/prefs.js",
      "background.js"
    ]
  },
  "options_ui": {
    "browser_style": true,
    "page": "preferences/preferences.html"
  }
}

ベストのTake Your Time代替案

Take Your Timeに類似したFirefox add-onをいくつか紹介します: