3 Tabs Only
Allows a maximum of 3 open tabs
什麼是3 Tabs Only?
3 Tabs Only是由One Who Tinkers開發的Chrome擴展程式,該擴展的主要功能是“Allows a maximum of 3 open tabs”。
擴展截圖
下載3 Tabs Only擴展crx文件
下載3 Tabs Only擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Work with more focus. If you open a fourth tab, the extension automatically closes the fourth tab and notifies you with a pop-up (just press Enter to close the pop-up). Forces you to finish tasks before starting new ones.
I've used this extension for years, and I love it! It's in my browser right now. If you use this extension frequently, please leave a 5-star review.
The script and manifest, for transparency:
goo.gl/kac7nx
goo.gl/V52guz
Images made with Canva. 擴展基本資訊
| 名稱 | |
| ID | pkfpaiidmiemediimekjfmlbhnbofabd |
| 官方網址 | https://chromewebstore.google.com/detail/3-tabs-only/pkfpaiidmiemediimekjfmlbhnbofabd |
| 簡介 | Allows a maximum of 3 open tabs |
| 檔案大小 | 37.33 KB |
| 安裝次數 | 515 |
| 目前版本 | 7.10005 |
| 更新時間 | 2020-03-01 |
| 上架時間 | 2020-03-01 |
| 評分 | 4.69/5 共 16 次評分 |
| 開發者 | One Who Tinkers |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "3 Tabs Only",
"description": "Allows a maximum of 3 open tabs",
"version": "7.10005",
"background": {
"scripts": [
"script.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icon.png"
},
"permissions": [
"tabs"
]
} | |