TabList
This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.
TabListとは何ですか?
TabListはArthur Gerkisによって開発されたChromeの拡張機能で、その主な機能は「This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.」です。
拡張機能のスクリーンショット
TabList拡張機能のCRXファイルをダウンロード
TabList拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will replace a standard new tab page with own page and will list all opened tabs (very useful when you lots of them). You can manage your tabs from this list — rearrange tabs by dragging and dropping, close, refresh, focus, free memory. Also it can view your bookmarks bar.
You can find code here: https://github.com/ax330d/TabList 拡張機能の基本情報
| 名前 | |
| ID | degjjfncecoliapmdalnecogigkhldam |
| 公式URL | https://chromewebstore.google.com/detail/tablist/degjjfncecoliapmdalnecogigkhldam |
| 説明 | This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs. |
| ファイルサイズ | 341 KB |
| インストール数 | 217 |
| 現在のバージョン | 1.0.9 |
| 最終更新日 | 2017-09-04 |
| 公開日 | 2017-09-04 |
| 評価 | 4.00/5 合計 5 レビュー |
| 開発者 | Arthur Gerkis |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TabList",
"version": "1.0.9",
"description": "This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.",
"chrome_url_overrides": {
"newtab": "newTab.html"
},
"incognito": "split",
"icons": {
"128": "icon.png"
},
"permissions": [
"tabs",
"bookmarks",
"storage",
"chrome:\/\/favicon\/"
],
"options_page": "options.html",
"manifest_version": 2,
"web_accessible_resources": [
"fonts\/*"
]
} | |