Inspect and view changes in Tabs Saver 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Tabs Saver",
"description": "This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.",
"permissions": [
"tabs"
],
"version": "1.2",
"manifest_version": 2,
"browser_action": {
"default_popup": "popup.html",
"default_icon": "popup.png"
}
}