Next Task/Page Firefox

Examine source code of Next Task/Page

Inspect and view changes in Next Task/Page source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Previous / Next Page",
  "description": "This extension displays the previous or next page by decrementing or incrementing the last number in URL",
  "version": "1.0.5",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon_16.png",
      "32": "images/icon_32.png",
      "48": "images/icon_48.png",
      "128": "images/icon_128.png"
    },
    "default_popup": "popup.html",
    "default_title": "Previous / Next page"
  },
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "commands": {
    "previous-page": {
      "suggested_key": {
        "default": "Alt+P",
        "mac": "Alt+P"
      },
      "description": "Navigates to previous page"
    },
    "next-page": {
      "suggested_key": {
        "default": "Alt+N",
        "mac": "Alt+N"
      },
      "description": "Navigates to next page"
    }
  }
}

Mejores alternativas Next Task/Page

Aquí hay algunas Firefox add-ons que son similares a Next Task/Page: