Save Chrome Tabs For Later
Set aside your currently open tabs to quickly reopen them later.
Save Chrome Tabs For Laterคืออะไร?
Save Chrome Tabs For Later เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LightPark และคุณลักษณะหลักของมันคือ "Set aside your currently open tabs to quickly reopen them later."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save Chrome Tabs For Later
ดาวน์โหลดไฟล์ส่วนขยาย Save Chrome Tabs For Later ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Lets you easily save your currently open tabs to quickly restore them later. ACCOLADES:- Featured on Product Hunt as the #4 Product of the Day. The best extension of its category just got a whole lot better. With all these improvements, 'Save Chrome Tabs For Later' is a must have extension for anyone who wants to be more productive with their tabs. Now you don't have to worry about not being able to get through all the important tabs that you have opened because you have to sleep, go to work etc. Just set these tabs aside in one click and when you come back you can quickly access them all. No more reading through your browsing history to figure out what stuff was left to go through. You won't miss any important info you clicked on but could not get to. When your family members/friends interrupt your browsing session to take over, you don't have to worry if they accidentally close your tabs/window. Just set your tabs aside and later you can fire them up at once in the same order you were using them. No unnecessary permission needed.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Save Chrome Tabs For Later |
ID | hppbldbofhjnhlpcnkdipgjkcefkgkpm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/save-chrome-tabs-for-late/hppbldbofhjnhlpcnkdipgjkcefkgkpm |
คำอธิบาย | Set aside your currently open tabs to quickly reopen them later. |
ขนาดไฟล์ | 250 KB |
จำนวนการติดตั้ง | 13,869 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2022-11-27 |
วันที่เผยแพร่ | 2019-09-17 |
คะแนน | 4.24/5 รวมทั้งหมด 49 คะแนน |
ผู้พัฒนา | LightPark |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://lightpark-dev.github.io/save-chrome-tabs-for-later/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save Chrome Tabs For Later", "version": "1.3", "manifest_version": 3, "description": "Set aside your currently open tabs to quickly reopen them later.", "permissions": [ "tabs", "unlimitedStorage" ], "action": { "default_popup": "popup.html", "default_icon": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "32": "images\/icon-32.png" } }, "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "32": "images\/icon-32.png" } } |