Tabnail
Tab manager with thumbnails
Tabnailとは何ですか?
Tabnailはpetamorikeiによって開発されたChromeの拡張機能で、その主な機能は「Tab manager with thumbnails」です。
拡張機能のスクリーンショット
Tabnail拡張機能のCRXファイルをダウンロード
Tabnail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Are you having trouble managing too many tabs?
Are you having trouble finding the tab you want?
This is a tab manager with thumbnails for those people.
■ Features
- Sort Tabs
- Change the size of thumbnails displayed
- Display the number of tabs (switchable between per window and total of all windows) 拡張機能の基本情報
| 名前 | |
| ID | jnkboobnenfdgojabddbhncpncbfngfn |
| 公式URL | https://chromewebstore.google.com/detail/tabnail/jnkboobnenfdgojabddbhncpncbfngfn |
| 説明 | Tab manager with thumbnails |
| ファイルサイズ | 732 KB |
| インストール数 | 34 |
| 現在のバージョン | 2.1.0 |
| 最終更新日 | 2021-10-30 |
| 公開日 | 2020-06-26 |
| 開発者 | petamorikei |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tabnail",
"description": "__MSG_description__",
"version": "2.1.0",
"default_locale": "ja",
"manifest_version": 2,
"background": {
"scripts": [
"scripts\/background.js"
]
},
"browser_action": {
"default_icon": {
"38": "assets\/icons\/icon38.png"
},
"default_title": "popup",
"default_popup": "pages\/popup.html"
},
"permissions": [
"tabs",
" | |