Examine source code of Recherche Dicolatin

Inspect and view changes in Recherche Dicolatin source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Recherche DL",
  "description": "Faites des recherches Dicolatin.com facilement. Sélectionnez un mot latin, faites un clic-droit «Rechercher avec Dicolatin». Ou tapez dans la barre d'adresse: dl (votre mot latin)",
  "manifest_version": 2,
  "version": "3.0",
  "omnibox": {
    "keyword": "dl"
  },
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "icons": {
    "48": "icons/48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/48.png",
    "default_title": "Recherche Dicolatin",
    "default_popup": "recherche.html"
  }
}