Agapa Session Manager
Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.
Agapa Session Managerคืออะไร?
Agapa Session Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Agapa Studio และคุณลักษณะหลักของมันคือ "Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Agapa Session Manager
ดาวน์โหลดไฟล์ส่วนขยาย Agapa Session Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With Agapa Session Manager you can save you current browser windows and tabs and restore them whenever you want. Supports multiple sessions, save session to file, import session from file.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Agapa Session Manager |
ID | aadgbdmalhohalpcmahdjgapdohgpkha |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/agapa-session-manager/aadgbdmalhohalpcmahdjgapdohgpkha |
คำอธิบาย | Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want. |
ขนาดไฟล์ | 25.54 KB |
จำนวนการติดตั้ง | 120 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2013-02-19 |
วันที่เผยแพร่ | 2013-02-19 |
คะแนน | 2.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Agapa Studio |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.agapastudio.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Agapa Session Manager", "version": "1.0", "manifest_version": 2, "description": "Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icons\/icon_19.png", "default_title": "Agapa Session Manager", "default_popup": "main.html" }, "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "tabs", "background" ] } |