Phoebus Firefox

Examine source code of Phoebus

제작자: Jeff Chung
Inspect and view changes in Phoebus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Phoebus",
  "version": "0.1.0",
  "description": "Double-click any word for a context-aware translation from Google Gemini. Highlight phrases with a hand-drawn marker that sticks. Bring your own API key.",
  "author": "jeffoodchain",
  "homepage_url": "https://github.com/jeffoodchain/phoebus",
  "browser_specific_settings": {
    "gecko": {
      "id": "phoebus@jeffoodchain.dev",
      "strict_min_version": "115.0"
    }
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://generativelanguage.googleapis.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  }
}

최고의 Phoebus 대안

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