List All Tabs
show a list of all open tabs
什麼是List All Tabs?
List All Tabs是由lior99apps開發的Chrome擴展程式,該擴展的主要功能是“show a list of all open tabs”。
擴展截圖
下載List All Tabs擴展crx文件
下載List All Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Display all open tabs as a list, allowing easy switching, closing and muting/unmuting
Changelog:
https://github.com/lior99/see-all-tabs/blob/master/CHANGELOG.MD
Github Repo: https://github.com/lior99/see-all-tabs 擴展基本資訊
| 名稱 | |
| ID | iklkoalaepbjckknpnklbipmplnipcid |
| 官方網址 | https://chromewebstore.google.com/detail/list-all-tabs/iklkoalaepbjckknpnklbipmplnipcid |
| 簡介 | show a list of all open tabs |
| 檔案大小 | 994 KB |
| 安裝次數 | 3,376 |
| 目前版本 | 4.0.2 |
| 更新時間 | 2021-03-05 |
| 上架時間 | 2019-09-14 |
| 評分 | 4.50/5 共 16 次評分 |
| 開發者 | lior99apps |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/lior99/see-all-tabs |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "List All Tabs",
"version": "4.0.2",
"description": "show a list of all open tabs",
"short_name": "List All Tabs",
"author": "Lior Shtivelman",
"permissions": [
"tabs",
"storage",
"tabGroups"
],
"options_page": "options.html",
"action": {
"default_icon": "images\/dark_version.png",
"default_popup": "index.html"
},
"icons": {
"128": "icon_128.png"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+Shift+U",
"linux": "Ctrl+Shift+U",
"windows": "Alt+Shift+U",
"mac": "Ctrl+Shift+U"
}
}
}
} | |