Enter Modifier Firefox

Examine source code of Enter Modifier

Inspect and view changes in Enter Modifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Enter Modifier",
  "version": "2.0",
  "description": "指定したサイトでEnterを改行にし、好みのショートカットで送信できるようにする。",
  "action": {
    "default_title": "Enter Modifier"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-chat-modifier@your-custom-name.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Melhores alternativas Enter Modifier

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