Tabmaster
Tame your tabs.
什麼是Tabmaster?
Tabmaster是由https://www.a9.io開發的Chrome擴展程式,該擴展的主要功能是“Tame your tabs.”。
擴展截圖
下載Tabmaster擴展crx文件
下載Tabmaster擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Out now: Tabmaster 1.8! Favicons and better window inspection!
If your workflow is full of tabs that you don't need for a while, this extension is a must-have.
Instantly hide the offending tab or window and save it for later. When you need it again, everything you have hidden is conveniently listed again.
Useful for:
- Saving something to be read later
- Giving research projects a rest till the next day
- Switching from one workspace to the next
========
1.87: Bug fixes to window preview and favicons. 擴展基本資訊
| 名稱 | |
| ID | pojgemmobcnjmnpodjmgeofdgojpkepn |
| 官方網址 | https://chromewebstore.google.com/detail/tabmaster/pojgemmobcnjmnpodjmgeofdgojpkepn |
| 簡介 | Tame your tabs. |
| 檔案大小 | 15.77 KB |
| 安裝次數 | 42 |
| 目前版本 | 1.88 |
| 更新時間 | 2014-11-28 |
| 上架時間 | 2014-11-28 |
| 評分 | 4.43/5 共 7 次評分 |
| 開發者 | https://www.a9.io |
| 付費類型 | free |
| 擴展官網 | http://a9.io |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tabmaster",
"description": "Tame your tabs.",
"short_name": "Tame your tabs.",
"manifest_version": 2,
"version": "1.88",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"browser_action": {
"default_icon": {
"19": "19.png",
"38": "38.png"
},
"default_title": "Tabmaster",
"default_popup": "popup.html"
},
"permissions": [
"tabs"
]
} | |