Project Tab Manager
Project Tab Manager is an extension for Google Chrome that helps you focus on a single project.
Cos'è Project Tab Manager?
Project Tab Manager è un'estensione di Chrome sviluppata da https://blog.agektmr.com, e la sua funzione principale è "Project Tab Manager is an extension for Google Chrome that helps you focus on a single project.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Project Tab Manager
Scarica i file di estensione Project Tab Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | iapdnheekciiecjijobcglkcgeckpoia |
| URL Ufficiale | https://chromewebstore.google.com/detail/project-tab-manager/iapdnheekciiecjijobcglkcgeckpoia |
| Descrizione | Project Tab Manager is an extension for Google Chrome that helps you focus on a single project. |
| Dimensione del File | 1 MB |
| Conteggio Installazioni | 2,634 |
| Versione Corrente | 5.0.1 |
| Ultimo Aggiornamento | 2020-07-12 |
| Data di Pubblicazione | 2020-02-06 |
| Valutazione | 3.79/5 Totale 75 Valutazioni |
| Sviluppatore | https://blog.agektmr.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/agektmr/ProjectTabManager |
| URL della Pagina di Aiuto | https://github.com/agektmr/ProjectTabManager/issues |
| Lingue Supportate | 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"
}
}
}
} | |