Save Your Tabs for Later
Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.
What is Save Your Tabs for Later?
Save Your Tabs for Later is a Chrome extension developed by bkanyo, and its main feature is "Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.".
Extension Screenshots
Download Save Your Tabs for Later Extension CRX File
Download Save Your Tabs for Later extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task. Using this extension can be really useful when you are researching on the internet in multiple topics or just have multiple workflows for multiple tasks which are require different tabs to be opened. You can use this extension to extend your capability by focusing on more tasks at the same time or just switching tasks on-the-fly by opening a saved session in this add-on.
Extension Basic Information
Name | Save Your Tabs for Later |
ID | dlpkofiapmkalomecepjjhlkjhommkap |
Official URL | https://chromewebstore.google.com/detail/save-your-tabs-for-later/dlpkofiapmkalomecepjjhlkjhommkap |
Description | Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task. |
File Size | 1.06 MB |
Installation Count | 25 |
Current Version | 1.0.2 |
Last Updated | 2017-08-14 |
Publish Date | 2017-08-14 |
Developer | bkanyo |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save Your Tabs for Later", "description": "Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.", "version": "1.0.2", "shortName": "Save tabs", "background": { "persistent": true, "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "media\/icon.png", "default_popup": "index.html" } } |