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 |
| 公式URL | 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 |
| Eメール | [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"
}
}
}
} | |