Github Quick Launch Firefox

Examine source code of Github Quick Launch

제작자: DulajDilshan
Inspect and view changes in Github Quick Launch source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Github Quick Launch",
  "description": "Launch github links quickly",
  "version": "1.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_title": "Launch github.com links quickly",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/logo.png",
      "32": "/images/logo_32.png",
      "48": "/images/logo_48.png",
      "64": "/images/logo_64.png",
      "128": "/images/logo_128.png"
    }
  },
  "options_ui": {
    "chrome_style": false,
    "page": "options.html"
  },
  "icons": {
    "16": "/images/logo.png",
    "32": "/images/logo_32.png",
    "48": "/images/logo_48.png",
    "64": "/images/logo_64.png",
    "128": "/images/logo_128.png"
  }
}

최고의 Github Quick Launch 대안

다음은 Github Quick Launch과(와) 유사한 Firefox add-on입니다: