Calibre Search Firefox

Examine source code of Calibre Search

Inspect and view changes in Calibre Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Calibre Search",
  "version": "1.0.0",
  "description": "Search your local calibre library using selected text/links on a webpage.",
  "homepage_url": "https://github.com/kiwidude68/calibre-search-firefox",
  "default_locale": "en",
  "icons": {
    "48": "icons/calibre-search.svg"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "menus",
    "nativeMessaging",
    "storage",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "calibre-search-firefox@kiwidude.com",
      "strict_min_version": "57.0"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "commands": {
    "calibre-search": {
      "suggested_key": {
        "default": "Ctrl+Q"
      },
      "description": "Search default library using selected text"
    }
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "icons/calibre-search.svg",
    "default_title": "Calibre Search"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "scripts/content.js"
      ]
    }
  ]
}

Best Calibre Search Alternatives

Here are some Firefox add-ons that are similar to Calibre Search: