Shodo - 日本語校正クラウド Firefox

Examine source code of Shodo - 日本語校正クラウド

Inspect and view changes in Shodo - 日本語校正クラウド source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "homepage_url": "https://shodo.ink/",
  "description": "ShodoはSNSやメールで使える日本語の校正、チェックツールです。",
  "default_locale": "ja",
  "permissions": [
    "storage",
    "<all_urls>",
    "*://*/*"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/inject-body.js"
      ],
      "run_at": "document_end",
      "match_about_blank": false
    },
    {
      "matches": [
        "http://127.0.0.1/extension/auth/*",
        "https://shodo.ink/extension/auth/*"
      ],
      "js": [
        "js/authentication.js"
      ],
      "run_at": "document_end"
    }
  ],
  "version": "1.1.0",
  "content_security_policy": "script-src 'self' ; object-src 'self'"
}

Mejores alternativas Shodo - 日本語校正クラウド

Aquí hay algunas Firefox add-ons que son similares a Shodo - 日本語校正クラウド: