Klaron - Czech Language Assistant Firefox

Examine source code of Klaron - Czech Language Assistant

제작자: Klaron
Inspect and view changes in Klaron - Czech Language Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Klaron - Český Jazykový Asistent",
  "version": "1.0.0",
  "description": "AI asistent pro češtinu: opravy gramatiky, překlady a vylepšení textů přímo v prohlížeči",
  "browser_specific_settings": {
    "gecko": {
      "id": "klaron@klaron.cz",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "websiteActivity",
          "websiteContent"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "clipboardWrite",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "config.js",
      "background/modules/storage.js",
      "background/modules/api-client.js",
      "background/modules/pairing.js",
      "background/modules/error-mapper.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "browser-polyfill.min.js",
        "config/colors.js",
        "config.js",
        "modules/site-module.js",
        "modules/google-docs-module.js",
        "modules/linkedin-module.js",
        "modules/centrum-module.js",
        "content-pairing.js",
        "content.js"
      ],
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "config/site-rules.json"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "icons/input-element.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "browser-polyfill.min.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "injected-listener.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_title": "Klaron"
  },
  "options_ui": {
    "page": "popup.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}

최고의 Klaron - Czech Language Assistant 대안

다음은 Klaron - Czech Language Assistant과(와) 유사한 Firefox add-on입니다: