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 |
| 官方網址 | 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 |
| 說明頁面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"
}
}
}
} | |