Tab Workspaces
Save and manage a collection of tabs as workspaces.
Wat is Tab Workspaces?
Tab Workspaces is een Chrome-extensie ontwikkeld door Hao Fu, en de belangrijkste functie is "Save and manage a collection of tabs as workspaces.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Workspaces
Download Tab Workspaces-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
This extensions will save all currently opened tabs into a workspace. You can name the workspace and tag it with description. Then you can browse saved workspaces, and launch the tabs in new windows. Basisinformatie over de Extensie
| Naam | |
| ID | pfdcopdimdhfhdaiiaeddjcidkjbnpll |
| Officiële URL | https://chromewebstore.google.com/detail/tab-workspaces/pfdcopdimdhfhdaiiaeddjcidkjbnpll |
| Beschrijving | Save and manage a collection of tabs as workspaces. |
| Bestandsgrootte | 125 KB |
| Aantal Installaties | 69 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2018-12-18 |
| Publicatiedatum | 2018-12-17 |
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Hao Fu |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tab Workspaces",
"version": "1.1",
"description": "Save and manage a collection of tabs as workspaces.",
"permissions": [
"storage",
"tabs"
],
"browser_action": {
"default_popup": "html\/app.html"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"manifest_version": 2
} | |