GitZip_fixed Firefox

Examine source code of GitZip_fixed

Por: X
Inspect and view changes in GitZip_fixed source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitZip",
  "description": "It can make the sub-directories and files of github repository as zip and download it",
  "version": "1.0.3",
  "browser_action": {
    "default_icon": "images/icon-128px.png",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus",
    "theme",
    "*://github.com/*",
    "https://api.github.com/repos/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*"
      ],
      "js": [
        "js/content/jszip.min.js",
        "js/content/FileSaver.min.js",
        "js/content/main.js"
      ],
      "css": [
        "css/main.css"
      ]
    },
    {
      "matches": [
        "*://kinolien.github.io/gitzip/*"
      ],
      "js": [
        "js/content/keysync.js"
      ]
    },
    {
      "matches": [
        "*://gitzip.org/gettoken/success"
      ],
      "js": [
        "js/content/autosave.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "gitzip-fixed-new-firefox-addons@gitzip.org",
      "strict_min_version": "100.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Melhores alternativas GitZip_fixed

Aqui estão algumas Firefox add-ons que são similares a GitZip_fixed: