An extension that re-opens the previous page in a tab.
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": "BackTab",
"version": "1.1",
"description": "An extension that re-opens the previous page in a tab.",
"icons": {
"48": "icons/tab_back_white_48.png",
"96": "icons/tab_back_white_96.png"
},
"browser_action": {
"default_icon": {
"38": "icons/tab_back_white_38.png"
},
"default_title": "BackTab"
},
"background": {
"scripts": [
"background.js"
]
}
}