Search on PatSnap

Search on PatSnap

As you read emails, articles, and webpages, you can select keywords, right-click, and jump straight to relevant patents on PatSnap.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Search on PatSnap",
  "short_name": "PatSnap",
  "description": "As you read emails, articles, and webpages, you can select keywords, right-click, and jump straight to relevant patents on PatSnap.",
  "version": "1.3",
  "browser_action": {},
  "author": "Ali Hussein, PatSnap",
  "permissions": [
    "contextMenus",
    "tabs",
    "activeTab"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "page": "background.html"
  }
}