Project Tab Manager

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

Co to jest Project Tab Manager?

Project Tab Manager to rozszerzenie Chrome opracowane przez https://blog.agektmr.com, a jego główną funkcją jest „Project Tab Manager is an extension for Google Chrome that helps you focus on a single project.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Project Tab Manager

Pobierz pliki rozszerzeń Project Tab Manager w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Project Tab Manager Project Tab Manager
ID iapdnheekciiecjijobcglkcgeckpoia
Oficjalny URL https://chromewebstore.google.com/detail/project-tab-manager/iapdnheekciiecjijobcglkcgeckpoia
Opis Project Tab Manager is an extension for Google Chrome that helps you focus on a single project.
Rozmiar pliku 1 MB
Liczba instalacji 2,634
Aktualna Wersja 5.0.1
Ostatnia Aktualizacja 2020-07-12
Data Publikacji 2020-02-06
Ocena 3.79/5 Łącznie 75 Oceny
Deweloper https://blog.agektmr.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/agektmr/ProjectTabManager
Adres URL Strony Pomocy https://github.com/agektmr/ProjectTabManager/issues
Obsługiwane Języki 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"
            }
        }
    }
}