Reopen

Reopen saves your browsing sessions efficiently.

Reopen là gì?

Reopen là một tiện ích mở rộng Chrome được phát triển bởi Abulele Softworks, và tính năng chính của nó là "Reopen saves your browsing sessions efficiently.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Reopen 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

                        Save your tabs for later, and for FREE!

The sleek and stylish user-interface makes it easier then ever to save and reopen your browsing sessions.

Save countless sessions, and find them easily by giving them a name and a description. You can also specify the session importance, to highlight them.

You're in a hurry? press the Flash button to instantly save your current browsing session. You can find this session by time later on.

Many new features are on the way, so keep an eye open for updates! Also, comments and suggestions for improving our extension are welcome.

** We DO NOT save any records the user's browsing sessions. **

==== Change log: ====
1.0.5 - Fixed a bug preventing certain sites from working properly.                    

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

Tên Reopen Reopen
ID ifijicnnagieeeajbjckfncaabnohfpi
URL Chính Thức https://chromewebstore.google.com/detail/reopen/ifijicnnagieeeajbjckfncaabnohfpi
Mô tả Reopen saves your browsing sessions efficiently.
Kích Thước Tệp 178 KB
Số Lần Cài Đặt 154
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2014-03-15
Ngày Phát Hành 2014-03-15
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Abulele Softworks
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reopen",
    "version": "1.0.5",
    "description": "Reopen saves your browsing sessions efficiently.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/main.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "icon.png"
    }
}