Blockchain Lookup

Blockchain Lookup

Blockchain Lookup lets you search blockchain.info on the fly by introducing a 'Blockchain Lookup' context menu item.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Blockchain Lookup",
  "description": "Blockchain Lookup lets you search blockchain.info on the fly by introducing a 'Blockchain Lookup' context menu item.",
  "version": "0.1",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "BlockchainLookup.js"
    ]
  },
  "manifest_version": 2
}