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.
Vad är Save Your Tabs for Later?
Save Your Tabs for Later är en Chrome-tillägg utvecklad av bkanyo, och dess huvudfunktion är "Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.".
Tilläggsskärmbilder
Ladda ner Save Your Tabs for Later-förlängningens CRX-fil
Ladda ner Save Your Tabs for Later-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Save Your Tabs for Later |
ID | dlpkofiapmkalomecepjjhlkjhommkap |
Officiell webbadress | https://chromewebstore.google.com/detail/save-your-tabs-for-later/dlpkofiapmkalomecepjjhlkjhommkap |
Beskrivning | Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task. |
Filstorlek | 1.06 MB |
Antal Installationer | 25 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2017-08-14 |
Publiceringsdatum | 2017-08-14 |
Utvecklare | bkanyo |
Betalningssätt | free |
Stödda Språk | 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" } } |