Window Saver

Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows.

Window Saver là gì?

Window Saver là một tiện ích mở rộng Chrome được phát triển bởi matheusbrat, và tính năng chính của nó là "Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Window Saver

Tải xuống các tệp mở rộng Window Saver dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Window Saver Window Saver
ID kljjfajgfddnjhneppbffdcamolclpld
URL Chính Thức https://chromewebstore.google.com/detail/window-saver/kljjfajgfddnjhneppbffdcamolclpld
Mô tả Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows.
Kích Thước Tệp 103 KB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2016-11-27
Ngày Phát Hành 2016-11-27
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển matheusbrat
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/x-warrior/window-saver
URL Trang Trợ Giúp https://github.com/x-warrior/window-saver
Ngôn Ngữ Được Hỗ Trợ 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:;"
}