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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://upway2late.com และคุณลักษณะหลักของมันคือ "Displays a list of all windows and tabs open in Google Chrome. Allows filtering, sorting, refreshing, bookmarking, and saving."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Awesome Window & Tab Manager
ดาวน์โหลดไฟล์ส่วนขยาย 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
} | |