super-chillout-page-action Firefox

Examine source code of super-chillout-page-action

By: Godoy
Inspect and view changes in super-chillout-page-action source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "super-chillout-page-action",
  "version": "1.1resigned1",
  "description": "Show a page action after a period of inactivity. Show cat gifs when the page action is clicked.",
  "homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/chill-out",
  "icons": {
    "48": "icons/chillout-48.png"
  },
  "applications": {
    "gecko": {
      "id": "ggodoyoliveira@gmail.com"
    }
  },
  "permissions": [
    "alarms",
    "tabs"
  ],
  "page_action": {
    "default_icon": "icons/chillout-32.png",
    "default_title": "Chill out"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best super-chillout-page-action Alternatives

Here are some Firefox add-ons that are similar to super-chillout-page-action: