Examine source code of KOSMOS Search

Inspect and view changes in KOSMOS Search 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
{
  "manifest_version": 2,
  "name": "KOSMOS Search",
  "version": "0.0.13",
  "description": "Through the context menu, this add-on retrieves KOSMOS, the online library catalog of Keio University, Japan. Select an ISBN or any keyword in the browser window and then bring up the context menu for the selected word (right-click the word in Windows OS). Move the cursor to 'KOSMOS Search' and click. Results shown in a new browser window.",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "index.js"
    ]
  }
}