Awesome Window & Tab Manager
Displays a list of all windows and tabs open in Google Chrome. Allows filtering, sorting, refreshing, bookmarking, and saving.
什么是Awesome Window & Tab Manager?
Awesome Window & Tab Manager是由https://upway2late.com开发的Chrome扩展程序,该扩展的主要功能是“Displays a list of all windows and tabs open in Google Chrome. Allows filtering, sorting, refreshing, bookmarking, and saving.”。
扩展截图
下载Awesome Window & Tab Manager扩展crx文件
下载Awesome Window & Tab Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Awesome Window & Tab Manager does the following:
(1) - Tells you how many Chrome windows and tabs are open.
(2) - Displays all the windows and tabs.
(3) - Allows text filtering (searching) on the windows and tabs.
(4) - Allows alphabetic sorting of tabs.
(5) - Categorizes tabs by window, domain, or category.
(6) - Categories are determined by your own bookmark structure.
(7) - Window, domain, or category groups can be refreshed or closed.
(8) - All windows and tabs can be saved and restored later.
(9) - Window, domain, or category groups can be saved and restored later.
(10) - Unbookmarked tabs can be bookmarked.
Note: Google Chrome version 16 or higher is required for tab refreshing functionality. 扩展基本信息
| 名称 | |
| ID | nfjaddknccljfohoaekkibpcceeenkah |
| 官方URL | https://chromewebstore.google.com/detail/awesome-window-tab-manage/nfjaddknccljfohoaekkibpcceeenkah |
| 简介 | Displays a list of all windows and tabs open in Google Chrome. Allows filtering, sorting, refreshing, bookmarking, and saving. |
| 文件大小 | 81.28 KB |
| 安装次数 | 1,570 |
| 当前版本 | 1.0.0.1 |
| 更新时间 | 2016-09-22 |
| 上架时间 | 2016-09-22 |
| 评分 | 3.82/5 共28次评分 |
| 开发者 | https://upway2late.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.upway2late.com/projects/awesome-window-tab-manager |
| 帮助页面URL | http://www.upway2late.com/projects/awesome-window-tab-manager |
| 隐私政策页面URL | http://www.upway2late.com |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Awesome Window & Tab Manager",
"version": "1.0.0.1",
"description": "Displays a list of all windows and tabs open in Google Chrome. Allows filtering, sorting, refreshing, bookmarking, and saving.",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"options_page": "options.html",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "icon_19.png",
"default_title": "Awesome Window & Tab Manager",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"bookmarks",
"unlimitedStorage"
],
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
"manifest_version": 2
} | |