Save for later
Save tabs in window to be used later
What is Save for later?
Save for later is a Chrome extension developed by Allen Abraham, and its main feature is "Save tabs in window to be used later".
Extension Screenshots
Download Save for later Extension CRX File
Download Save 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 for later is a simple web extension used to save all your tabs in a clean and organised manner to be used at any time later. Key features: ✔️ Save multiple tabs in a single save ✔️ Select tabs in open Window for more control ✔️ Saved sessions are available to be opened in single click ✔️ Edit Saves to have a memorable name ✔️ Delete used session when you’ve finished using them ✔️ Open individual links within a save View the source code and contribute to this open source project at: https://github.com/allen505/save-for-later
Extension Basic Information
Name | Save for later |
ID | nkphlkgkhmdaecflflapohlkkchmcacc |
Official URL | https://chromewebstore.google.com/detail/save-for-later/nkphlkgkhmdaecflflapohlkkchmcacc |
Description | Save tabs in window to be used later |
File Size | 526 KB |
Installation Count | 5,629 |
Current Version | 1.2.1 |
Last Updated | 2023-02-22 |
Publish Date | 2020-03-06 |
Rating | 4.71/5 Total 34 Ratings |
Developer | Allen Abraham |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/allen505/save-for-later |
Help Page URL | https://github.com/allen505/save-for-later/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save for later", "version": "1.2.1", "description": "Save tabs in window to be used later", "icons": { "36": "icons\/main-36.png", "48": "icons\/main-48.png", "64": "icons\/main-64.png", "96": "icons\/main-96.png", "128": "icons\/main-128.png" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "node_modules\/webextension-polyfill\/dist\/browser-polyfill.min.js", "background-script.js" ] }, "browser_action": { "default_icon": "icons\/main-64.png", "default_title": "Save for later", "default_popup": "popup\/main.html", "browser_style": true }, "offline_enabled": true } |