Inspect and view changes in Bookmark Changer 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": "Bookmark Changer",
"description": "Lets the user set a bookmark to the current tab quickly and conveniently",
"version": "1.1resigned1",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"menus",
"tabs",
"activeTab",
"bookmarks"
],
"browser_specific_settings": {
"gecko": {
"id": "{b0a2787f-5503-40c5-8e03-71abfc331172}"
}
}
}