Inspect and view changes in Markbook 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
{
"name": "Markbook",
"description": "No more hustle with bookmarks. Get free search and mark tab feature.",
"version": "0.1",
"manifest_version": 3,
"permissions": [
"tabs",
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "ujjwal.raj.5798@gmail.com"
}
}
}