MDS pour HAL

Affiche le MDS sur les notices HAL
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MDS pour HAL",
  "description": "Affiche le MDS sur les notices HAL",
  "version": "1.0",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://hal.archives-ouvertes.fr/*"
      ],
      "js": [
        "background.js"
      ]
    }
  ],
  "permissions": []
}