allows user to query sourcecatcher.com from context menu
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": "Sourcecatcher Fetcher",
"author": "piggies",
"version": "1.1",
"description": "Gets Sourcecatcher's results for an image.",
"icons": {
"48": "icons/scfetcher-48.png"
},
"permissions": [
"contextMenus",
"tabs"
],
"background": {
"scripts": [
"scfetcher.js"
]
}
}