Code Sync Firefox

Examine source code of Code Sync

提供元: The Code Registry
Inspect and view changes in Code Sync source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "The Code Registry",
  "version": "1.0.1",
  "description": "Add a sync button to GIT repositories hosted on third party platforms to sync and analyse code with The Code Registry.",
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "browserextension@thecoderegistry.com"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*/*",
        "*://gitlab.com/*/*",
        "*://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Sync & Analyse your code with The Code Registry"
  },
  "icons": {
    "48": "icon.png"
  },
  "host_permissions": [
    "*://github.com/*",
    "*://gitlab.com/*",
    "<all_urls>"
  ]
}

ベストのCode Sync代替案

Code Syncに類似したFirefox add-onをいくつか紹介します: