Java Doc2Code Firefox

Examine source code of Java Doc2Code

제작자: HappyJavaDeveloper
Inspect and view changes in Java Doc2Code source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Doc2Code",
  "version": "1.0",
  "description": "Maps the Oracle Java 11+ documentation page to the OpenJDK source code on Github",
  "icons": {
    "48": "icons/logo-48.png",
    "96": "icons/logo-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://docs.oracle.com/*javase/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{446acbbe-ef34-49f0-9bf3-003887916395}"
    }
  }
}

최고의 Java Doc2Code 대안

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