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.」です。
拡張機能のスクリーンショット
Project Tab Manager拡張機能のCRXファイルをダウンロード
Project Tab Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
}
}
} | |