Inspect and view changes in Revsearchm source codes across current and past versions
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": "Revsearch",
"version": "1.2",
"description": "Adds a 'reverse image search' button to the right-click context menu",
"background": {
"scripts": [
"revsearch.js"
]
},
"permissions": [
"storage",
"<all_urls>",
"contextMenus",
"menus",
"activeTab"
],
"browser_specific_settings": {
"gecko": {
"id": "{0686b986-4974-4306-a06b-9c75956ed13e}"
}
}
}