Project Tab Manager
Project Tab Manager is an extension for Google Chrome that helps you focus on a single project.
What is Project Tab Manager?
Project Tab Manager is a Chrome extension developed by https://blog.agektmr.com, and its main feature is "Project Tab Manager is an extension for Google Chrome that helps you focus on a single project.".
Extension Screenshots
Download Project Tab Manager Extension CRX File
Download Project Tab Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Project Tab Manager |
ID | iapdnheekciiecjijobcglkcgeckpoia |
Official URL | https://chromewebstore.google.com/detail/project-tab-manager/iapdnheekciiecjijobcglkcgeckpoia |
Description | Project Tab Manager is an extension for Google Chrome that helps you focus on a single project. |
File Size | 1 MB |
Installation Count | 2,634 |
Current Version | 5.0.1 |
Last Updated | 2020-07-12 |
Publish Date | 2020-02-06 |
Rating | 3.79/5 Total 75 Ratings |
Developer | https://blog.agektmr.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/agektmr/ProjectTabManager |
Help Page URL | https://github.com/agektmr/ProjectTabManager/issues |
Supported Languages | 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" } } } } |