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 |
| 电子邮箱 | [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",
" | |