Backup and Restore Tabs
Backup all opened urls, and restore them next time.
Backup and Restore Tabsคืออะไร?
Backup and Restore Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TheLostRiver และคุณลักษณะหลักของมันคือ "Backup all opened urls, and restore them next time."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Backup and Restore Tabs
ดาวน์โหลดไฟล์ส่วนขยาย Backup and Restore Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension software helps you backup all your opened tabs, and restore them at any time you need. This extension software will also record last closed window, and all windows and tabs that not closed normally.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Backup and Restore Tabs |
ID | clcofnmpilgeamkhcngjhkgdniidpnhn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/backup-and-restore-tabs/clcofnmpilgeamkhcngjhkgdniidpnhn |
คำอธิบาย | Backup all opened urls, and restore them next time. |
ขนาดไฟล์ | 81.16 KB |
จำนวนการติดตั้ง | 666 |
เวอร์ชันปัจจุบัน | 1.1.0.4 |
อัปเดตครั้งล่าสุด | 2014-10-03 |
วันที่เผยแพร่ | 2014-10-03 |
คะแนน | 4.40/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | TheLostRiver |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Backup and Restore Tabs", "description": "Backup all opened urls, and restore them next time.", "version": "1.1.0.4", "manifest_version": 2, "icons": { "128": "img\/logo.128.png", "48": "img\/logo.48.png", "16": "img\/logo.16.png" }, "browser_action": { "default_icon": "img\/logo.48.png", "default_title": "backup and restore tabs", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "bkgd\/Storage.js", "bkgd\/WindowTabUtils.js", "bkgd\/Section.js", "bkgd\/SavedWindowsSection.js", "bkgd\/LastClosedWindowTabsSection.js", "bkgd\/NotClosedWindowsSection.js", "bkgd\/Background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ] } |