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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Awesome Window & Tab Manager |
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 } |