GrammarJo — Powered by JoJo Firefox

Examine source code of GrammarJo — Powered by JoJo

제작자: Rasoul
Inspect and view changes in GrammarJo — Powered by JoJo source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GrammarJo — Powered by JoJo",
  "version": "1.1.0",
  "description": "Fix grammar and rephrase selected text using JoJo AI. Select any text in an input field, click the button, and get instant suggestions.",
  "author": "GrammarJo",
  "permissions": [
    "activeTab",
    "storage",
    "*://api.anthropic.com/*",
    "*://localhost/*",
    "*://127.0.0.1/*"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "64": "icons/icon64.png",
      "96": "icons/icon96.png"
    },
    "default_popup": "popup/popup.html",
    "default_title": "GrammarJo Settings"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "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_specific_settings": {
    "gecko": {
      "id": "grammarjo@extension",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ],
        "optional": []
      }
    }
  }
}

최고의 GrammarJo — Powered by JoJo 대안

다음은 GrammarJo — Powered by JoJo과(와) 유사한 Firefox add-on입니다: