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.
Wat is Save Your Tabs for Later?
Save Your Tabs for Later is een Chrome-extensie ontwikkeld door bkanyo, en de belangrijkste functie is "Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.".
Extensie Screenshots
Download het CRX-bestand van de extensie Save Your Tabs for Later
Download Save Your Tabs for Later-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Save Your Tabs for Later |
ID | dlpkofiapmkalomecepjjhlkjhommkap |
Officiële URL | https://chromewebstore.google.com/detail/save-your-tabs-for-later/dlpkofiapmkalomecepjjhlkjhommkap |
Beschrijving | Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task. |
Bestandsgrootte | 1.06 MB |
Aantal Installaties | 25 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2017-08-14 |
Publicatiedatum | 2017-08-14 |
Ontwikkelaar | bkanyo |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |