Just One Tab
Just One Tab is a free Google Chrome extension that forces you to single-task.
什麼是Just One Tab?
Just One Tab是由https://jot.pm開發的Chrome擴展程式,該擴展的主要功能是“Just One Tab is a free Google Chrome extension that forces you to single-task.”。
擴展截圖
下載Just One Tab擴展crx文件
下載Just One Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Just One Tab is a free Google Chrome extension that forces you to single-task.
Preventing you from opening more than one tab per window, it's hoped this simple tab-limiter will give you space to focus on just one thing. 擴展基本資訊
| 名稱 | |
| ID | ihkkfjgomaenfaldplbmlicgepnjjmgl |
| 官方網址 | https://chromewebstore.google.com/detail/just-one-tab/ihkkfjgomaenfaldplbmlicgepnjjmgl |
| 簡介 | Just One Tab is a free Google Chrome extension that forces you to single-task. |
| 檔案大小 | 152 KB |
| 安裝次數 | 99 |
| 目前版本 | 0.1.2 |
| 更新時間 | 2018-02-16 |
| 上架時間 | 2018-02-16 |
| 開發者 | https://jot.pm |
| 付費類型 | free |
| 擴展官網 | http://jot.pm/ |
| 說明頁面URL | http://jot.pm/ |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Just One Tab",
"description": "Just One Tab is a free Google Chrome extension that forces you to single-task.",
"version": "0.1.2",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": {
"19": "icons\/19.png",
"38": "icons\/38.png"
},
"default_title": "Tab Limit"
},
"icons": {
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"manifest_version": 2
} | |