Days Till – Countdown Timer & Event Reminders Firefox

Examine source code of Days Till – Countdown Timer & Event Reminders

Inspect and view changes in Days Till – Countdown Timer & Event Reminders source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Days Till – Countdown Timer & Event Reminders",
  "version": "1.0.0",
  "description": "Count down to birthdays, trips, deadlines and launches. Repeating events, progress bars, day-before reminders and a badge for what's due this week.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png",
    "256": "icons/icon256.png",
    "512": "icons/icon512.png"
  },
  "permissions": [
    "storage",
    "sidePanel",
    "alarms"
  ],
  "optional_permissions": [
    "notifications"
  ],
  "action": {
    "default_title": "Open Days Till",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "commands": {
    "open-sidebar": {
      "suggested_key": {
        "default": "Alt+Shift+D"
      },
      "description": "Open Days Till"
    }
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "side_panel": {
    "default_path": "sidebar.html"
  },
  "sidebar_action": {
    "default_title": "Days Till",
    "default_panel": "sidebar.html",
    "default_icon": "icons/icon48.png",
    "open_at_install": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "daystill@conceptx.example",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "short_name": "Days Till"
}

Meilleures alternatives Days Till – Countdown Timer & Event Reminders

Voici quelques Firefox add-ons qui sont similaires à Days Till – Countdown Timer & Event Reminders :