Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Save Chrome Tabs For Later",
"version": "1.3",
"manifest_version": 3,
"description": "Set aside your currently open tabs to quickly reopen them later.",
"permissions": [
"tabs",
"unlimitedStorage"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
}
},
"icons": {
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
}
}