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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
            }
        }
    }
}