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은(는) https://blog.agektmr.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Project Tab Manager is an extension for Google Chrome that helps you focus on a single project."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Project Tab Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            }
        }
    }
}