CrateDigger: Album identifier

CrateDigger: Album identifier

This extension will analyze an image using Google's reverse image search and return the name of the album.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CrateDigger: Album identifier",
  "short_name": "CrateDigger",
  "description": "This extension will analyze an image using Google's reverse image search and return the name of the album.",
  "version": "1.0.1",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icon-small.png",
    "48": "icon-med.png",
    "128": "icon-large.png"
  }
}