Plyph Firefox

Examine source code of Plyph

Por: ubaimutl Add-on
Inspect and view changes in Plyph source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PromptPaste",
  "version": "0.1.3",
  "description": "Send selected text to your chosen AI provider to correct, rewrite, or transform it in Firefox.",
  "permissions": [
    "activeTab",
    "contextMenus",
    "scripting",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "https://api.groq.com/*",
    "https://api.cloudflare.com/*",
    "https://api.b.ai/*",
    "https://generativelanguage.googleapis.com/*",
    "https://openrouter.ai/*",
    "https://api.cerebras.ai/*",
    "https://api.openai.com/*",
    "https://ai-gateway.vercel.sh/*",
    "http://127.0.0.1/*",
    "https://127.0.0.1/*",
    "http://localhost/*",
    "https://localhost/*",
    "http://[::1]/*",
    "https://[::1]/*"
  ],
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "page-controller.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_title": "PromptPaste",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "toolbar/for-light-theme/icon16.png",
      "32": "toolbar/for-light-theme/icon32.png"
    },
    "theme_icons": [
      {
        "light": "toolbar/for-dark-theme/icon16.png",
        "dark": "toolbar/for-light-theme/icon16.png",
        "size": 16
      },
      {
        "light": "toolbar/for-dark-theme/icon32.png",
        "dark": "toolbar/for-light-theme/icon32.png",
        "size": 32
      }
    ]
  },
  "options_page": "options.html",
  "commands": {
    "correct": {
      "suggested_key": {
        "default": "Alt+Shift+C"
      },
      "description": "Correct selected text"
    },
    "rewrite": {
      "suggested_key": {
        "default": "Alt+Shift+R"
      },
      "description": "Rewrite selected text"
    },
    "run-prompt": {
      "description": "Run selected text as a prompt"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "promptpaste@ubai.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "personalCommunications",
          "authenticationInfo"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Melhores alternativas Plyph

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