RemindTabs Firefox

Examine source code of RemindTabs

Par : 2GMon
Inspect and view changes in RemindTabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "RemindTabs",
  "description": "Reopen the currently viewed website at the specified date and time.",
  "version": "0.0.6",
  "icons": {
    "64": "icons/icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.mozilla.org/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "64": "icons/icon.png"
    },
    "default_popup": "browserAction.html",
    "default_title": "RemindTabs"
  },
  "page_action": {
    "default_icon": {
      "64": "icons/icon.png"
    },
    "default_popup": "pageAction.html",
    "default_title": "RemindTabs",
    "show_matches": [
      "*://*/*"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "tabs",
    "bookmarks",
    "notifications",
    "storage",
    "idle"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c08fc7b5-c411-4610-ae59-e1a2d571321e}"
    }
  }
}

Meilleures alternatives RemindTabs

Voici quelques Firefox add-ons qui sont similaires à RemindTabs :