Easy Reopen Tab or Window
One click to reopen tab or window
Easy Reopen Tab or Windowคืออะไร?
Easy Reopen Tab or Window เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bugbebop และคุณลักษณะหลักของมันคือ "One click to reopen tab or window"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Reopen Tab or Window
ดาวน์โหลดไฟล์ส่วนขยาย Easy Reopen Tab or Window ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easy and lightweight. Click the icon to reopen the tab lastly closed (empty tab will be ignored). Click the 'Reopen closed window' in the right-click context menu to reopen the window lastly closed. Using Manifest V3 format. 这是一个操作简单且轻量的扩展。 一键点击扩展的图标以恢复上一个关闭的标签(空标签将被忽略)。 在右键菜单中点击‘Reopen closed window’选项可恢复上一个关闭的窗口。 采用Manifest V3标准。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Easy Reopen Tab or Window |
ID | dfdfkpcfjbnonmifmbgecajnpehmmfkk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/easy-reopen-tab-or-window/dfdfkpcfjbnonmifmbgecajnpehmmfkk |
คำอธิบาย | One click to reopen tab or window |
ขนาดไฟล์ | 32.83 KB |
จำนวนการติดตั้ง | 47 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-03-18 |
วันที่เผยแพร่ | 2021-03-17 |
ผู้พัฒนา | bugbebop |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,zh-CN |
manifest.json | |
{ "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.0.0", "default_locale": "en", "background": { "service_worker": "background.js" }, "action": [], "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "tabs", "storage", "contextMenus", "sessions" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3 } |