Workspaces
Save all your current tabs and come back to them later.
Vad är Workspaces?
Workspaces är en Chrome-tillägg utvecklad av mdni007, och dess huvudfunktion är "Save all your current tabs and come back to them later.".
Tilläggsskärmbilder
Ladda ner Workspaces-förlängningens CRX-fil
Ladda ner Workspaces-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
Are you the type of person to always have 10+ tabs open on your browser? With Workspace you can save all your open tabs without having to bookmark them. Now you can finally turn off your computer knowing that you can get back all your opened tabs. Updates: v2: - Added button to update current workspaces (by Ganesh Swamypillai)
Grundläggande Information om Tillägg
Namn | Workspaces |
ID | eehocaoejekpmecmfecdkpohdkgkmoee |
Officiell webbadress | https://chromewebstore.google.com/detail/workspaces/eehocaoejekpmecmfecdkpohdkgkmoee |
Beskrivning | Save all your current tabs and come back to them later. |
Filstorlek | 664 KB |
Antal Installationer | 2,918 |
Aktuell Version | 2 |
Senast Uppdaterad | 2022-01-30 |
Publiceringsdatum | 2019-10-03 |
Betyg | 3.52/5 Totalt 21 Betyg |
Utvecklare | mdni007 |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://mdislam.com/data/workspaces.html |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Workspaces", "description": "Save all your current tabs and come back to them later.", "version": "2", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "index.html" }, "web_accessible_resources": [ "fonts\/*" ], "permissions": [ "storage", "tabs" ] } |