Bib CNRS URL Transformer

Bib CNRS URL Transformer

This extension try to login into Bib CNRS using the URL in the current tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Bib CNRS URL Transformer",
  "description": "This extension try to login into Bib CNRS using the URL in the current tab.",
  "version": "0.1.3",
  "homepage_url": "https://gricad-gitlab.univ-grenoble-alpes.fr/laboisra/bib-cnrs-url-transformer",
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "options_page": "options.html",
  "icons": {
    "128": "icon-128.png"
  }
}