Workspaces

Save all your current tabs and come back to them later.

Что такое Workspaces?

Workspaces - это расширение Chrome, разработанное mdni007, и его основная функция - "Save all your current tabs and come back to them later.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Workspaces

Скачайте файлы расширений Workspaces в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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)                    

Основная информация о расширении

Название Workspaces Workspaces
ID eehocaoejekpmecmfecdkpohdkgkmoee
Официальный URL https://chromewebstore.google.com/detail/workspaces/eehocaoejekpmecmfecdkpohdkgkmoee
Описание Save all your current tabs and come back to them later.
Размер файла 664 KB
Количество установок 2,918
Текущая Версия 2
Последнее Обновление 2022-01-30
Дата публикации 2019-10-03
Рейтинг 3.52/5 Всего 21 оценок
Разработчик mdni007
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://mdislam.com/data/workspaces.html
Поддерживаемые языки 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"
    ]
}