Reopen closed tab Button™
Provides 1-click "Reopen closed tab" with sessions. It's same functionality on Chrome menu.
Reopen closed tab Button™คืออะไร?
Reopen closed tab Button™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Smart Software และคุณลักษณะหลักของมันคือ "Provides 1-click "Reopen closed tab" with sessions. It's same functionality on Chrome menu."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reopen closed tab Button™
ดาวน์โหลดไฟล์ส่วนขยาย Reopen closed tab Button™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Provides 1-click "Reopen closed tab" with sessions. Reopen closed tab Button helps you to reopen closed tabs. Just click the button on Chrome toolbar. It's same functionality on Chrome menu. Additionally, you can use "Reopen closed tab" from the Chrome context menu. This feature can be turned off in the extension option page. This extension works with minimal permissions. Support Chrome's context menu, Support Chrome 88 and later versions. Published the extension since 2014 Updated to the manifest v3 in December 2023
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Reopen closed tab Button™ |
ID | jjchodckpgecejjbbdedboikbidieebe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reopen-closed-tab-button/jjchodckpgecejjbbdedboikbidieebe |
คำอธิบาย | Provides 1-click "Reopen closed tab" with sessions. It's same functionality on Chrome menu. |
ขนาดไฟล์ | 39.76 KB |
จำนวนการติดตั้ง | 12,778 |
เวอร์ชันปัจจุบัน | 0.9.1.7 |
อัปเดตครั้งล่าสุด | 2023-12-12 |
วันที่เผยแพร่ | 2014-09-14 |
คะแนน | 4.62/5 รวมทั้งหมด 152 คะแนน |
ผู้พัฒนา | Smart Software |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://iblogbox.com/chrome/reopentab/ |
URL หน้าช่วยเหลือ | https://iblogbox.com/chrome/reopentab/ |
URL หน้านโยบายความเป็นส่วนตัว | http://iblogbox.com/chrome/tos.php |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "service_worker": "js\/bg.js" }, "default_locale": "en", "description": "__MSG_ext_description__", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "32": "images\/icon32.png" }, "action": { "default_icon": "images\/icon128.png", "default_title": "__MSG_ext_name__" }, "name": "__MSG_ext_name__", "permissions": [ "storage", "contextMenus", "sessions" ], "options_page": "options.html", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88.0.0.0", "version": "0.9.1.7" } |