Project Tab Manager

Project Tab Manager is an extension for Google Chrome that helps you focus on a single project.

Что такое Project Tab Manager?

Project Tab Manager - это расширение Chrome, разработанное https://blog.agektmr.com, и его основная функция - "Project Tab Manager is an extension for Google Chrome that helps you focus on a single project.".

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

screenshot
screenshot
screenshot

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

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

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

                        Project Tab Manager is an extension for Google Chrome that helps you focus on a single project. It preserves each windows as projects, not only you can restore them anytime, you can synchronize projects across different devices using same Chrome profile.

* In order to preserve window status for later use, press the window close button and do not close tabs you want to restore.                    

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

Название Project Tab Manager Project Tab Manager
ID iapdnheekciiecjijobcglkcgeckpoia
Официальный URL https://chromewebstore.google.com/detail/project-tab-manager/iapdnheekciiecjijobcglkcgeckpoia
Описание Project Tab Manager is an extension for Google Chrome that helps you focus on a single project.
Размер файла 1 MB
Количество установок 2,634
Текущая Версия 5.0.1
Последнее Обновление 2020-07-12
Дата публикации 2020-02-06
Рейтинг 3.79/5 Всего 75 оценок
Разработчик https://blog.agektmr.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/agektmr/ProjectTabManager
URL страницы помощи https://github.com/agektmr/ProjectTabManager/issues
Поддерживаемые языки en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Project Tab Manager",
    "short_name": "PTM",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "version": "5.0.1",
    "icons": {
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "permissions": [
        "bookmarks",
        "storage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "img\/48.png",
        "default_title": "Project Tab Manager",
        "default_popup": "app.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+P",
                "mac": "MacCtrl+P"
            }
        }
    }
}