Scheduled Bookmark Exporter Firefox

Examine source code of Scheduled Bookmark Exporter

Inspect and view changes in Scheduled Bookmark Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Scheduled Bookmark Exporter",
  "version": "1.8",
  "description": "Automatically exports bookmarks at scheduled times (Madrid timezone).",
  "permissions": [
    "bookmarks",
    "downloads",
    "storage",
    "alarms",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png"
    }
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ddafb39d-7f92-45e2-bfa8-a1f46fe3f8c6}",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Scheduled Bookmark Exporter Alternatives

Here are some Firefox add-ons that are similar to Scheduled Bookmark Exporter: