Reddit Subreddit Quick Nav Firefox

Examine source code of Reddit Subreddit Quick Nav

By: Julle
Inspect and view changes in Reddit Subreddit Quick Nav source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reddit Subreddit Quick Nav",
  "author": "Christopher J",
  "homepage_url": "https://github.com/cjuhlin/reddit-subreddit-quick-nav",
  "version": "1.2",
  "description": "Open a bar to quickly navigate to a subreddit using a keyboard shortcut.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "webNavigation"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.reddit.com/*"
      ],
      "js": [
        "scripts/content.js"
      ]
    }
  ],
  "commands": {
    "open-subreddit-bar": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "Command+Shift+F"
      },
      "description": "Open the subreddit navigation bar"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{6a5f203f-9ace-46f9-8c57-afe57a59a5d5}"
    }
  }
}

Best Reddit Subreddit Quick Nav Alternatives

Here are some Firefox add-ons that are similar to Reddit Subreddit Quick Nav: