Window Saver
Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows.
Window Saverคืออะไร?
Window Saver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย matheusbrat และคุณลักษณะหลักของมันคือ "Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Window Saver
ดาวน์โหลดไฟล์ส่วนขยาย Window Saver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With Window Saver you can enable monitoring on specific windows. Having a window to be monitored will keep it state saved on chrome storage (it will be synced automatically!). You can close it and use Window Saver to reopen a monitored window later. You can also set the new for a specific window so it will be easy to find your windows. It will also save the size/position of the window, so you can have them on the same position.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Window Saver |
ID | kljjfajgfddnjhneppbffdcamolclpld |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/window-saver/kljjfajgfddnjhneppbffdcamolclpld |
คำอธิบาย | Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows. |
ขนาดไฟล์ | 103 KB |
จำนวนการติดตั้ง | 94 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2016-11-27 |
วันที่เผยแพร่ | 2016-11-27 |
คะแนน | 4.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | matheusbrat |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/x-warrior/window-saver |
URL หน้าช่วยเหลือ | https://github.com/x-warrior/window-saver |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.3", "name": "Window Saver", "manifest_version": 2, "description": "Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows.", "browser_action": { "default_title": "Window Saver", "default_popup": "popup.html" }, "author": "Matheus Bratfisch", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "page": "background.html" }, "permissions": [ "tabs", "storage", "chrome:\/\/favicon\/" ], "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src * 'self' data:;" } |