GitHub Sidebar Firefox

Examine source code of GitHub Sidebar

Por: Paul
Inspect and view changes in GitHub Sidebar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub Sidebar",
  "version": "0.3",
  "description": "Displays a sidebar with GitHub.",
  "author": "Seburo",
  "applications": {
    "gecko": {
      "strict_min_version": "73.0",
      "id": "{cc9e97d2-4ed4-4df0-99fc-a8005b260e2b}"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "192": "icons/icon32.png"
  },
  "sidebar_action": {
    "default_icon": {
      "192": "icons/icon32.png"
    },
    "default_title": "GitHub",
    "default_panel": "index.html"
  },
  "browser_action": {
    "default_icon": {
      "192": "icons/icon32.png"
    },
    "theme_icons": [
      {
        "light": "/icons/icondark32.png",
        "dark": "/icons/iconlight32.png",
        "size": 192
      }
    ]
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Ctrl+Alt+F"
      }
    }
  }
}

Mejores alternativas GitHub Sidebar

Aquí hay algunas Firefox add-ons que son similares a GitHub Sidebar: