Project Tab Manager
Project Tab Manager is an extension for Google Chrome that helps you focus on a single project.
Was ist Project Tab Manager?
Project Tab Manager ist eine Chrome-Erweiterung, die von https://blog.agektmr.com entwickelt wurde, und ihr Hauptmerkmal ist "Project Tab Manager is an extension for Google Chrome that helps you focus on a single project.".
Erweiterungsscreenshots
Project Tab Manager-Erweiterungs-CRX-Datei herunterladen
Laden Sie Project Tab Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | iapdnheekciiecjijobcglkcgeckpoia |
| Offizielle URL | https://chromewebstore.google.com/detail/project-tab-manager/iapdnheekciiecjijobcglkcgeckpoia |
| Beschreibung | Project Tab Manager is an extension for Google Chrome that helps you focus on a single project. |
| Dateigröße | 1 MB |
| Installationsanzahl | 2,634 |
| Aktuelle Version | 5.0.1 |
| Letztes Update | 2020-07-12 |
| Veröffentlichungsdatum | 2020-02-06 |
| Bewertung | 3.79/5 Insgesamt 75 Bewertungen |
| Entwickler | https://blog.agektmr.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/agektmr/ProjectTabManager |
| Hilfeseite URL | https://github.com/agektmr/ProjectTabManager/issues |
| Unterstützte Sprachen | 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"
}
}
}
} | |