GitLab Styles Firefox

Examine source code of GitLab Styles

제작자: baffi
Inspect and view changes in GitLab Styles source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitLab Styles",
  "version": "1.67.0",
  "description": "Add some custom stylings to GitLab",
  "permissions": [
    "activeTab",
    "storage",
    "webNavigation"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icons/active-icon.png",
    "default_title": "Toggle GitLab CSS"
  },
  "content_scripts": [
    {
      "matches": [
        "*://gitlab.com/*"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "styles.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{51a7109e-e860-4ff5-b8c9-99814eade646}"
    }
  }
}

최고의 GitLab Styles 대안

다음은 GitLab Styles과(와) 유사한 Firefox add-on입니다: