Project Tab Manager

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

O que é Project Tab Manager?

Project Tab Manager é uma extensão do Chrome desenvolvida por https://blog.agektmr.com, e sua principal característica é "Project Tab Manager is an extension for Google Chrome that helps you focus on a single project.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Project Tab Manager

Baixe arquivos de extensão Project Tab Manager no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Project Tab Manager Project Tab Manager
ID iapdnheekciiecjijobcglkcgeckpoia
URL Oficial https://chromewebstore.google.com/detail/project-tab-manager/iapdnheekciiecjijobcglkcgeckpoia
Descrição Project Tab Manager is an extension for Google Chrome that helps you focus on a single project.
Tamanho do Arquivo 1 MB
Contagem de Instalações 2,634
Versão Atual 5.0.1
Última Atualização 2020-07-12
Data de Publicação 2020-02-06
Classificação 3.79/5 Total de 75 Avaliações
Desenvolvedor https://blog.agektmr.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/agektmr/ProjectTabManager
URL da Página de Ajuda https://github.com/agektmr/ProjectTabManager/issues
Idiomas Suportados 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"
            }
        }
    }
}