Reopen

Reopen saves your browsing sessions efficiently.

什麼是Reopen?

Reopen是由Abulele Softworks開發的Chrome擴展程式,該擴展的主要功能是“Reopen saves your browsing sessions efficiently.”。

擴展截圖

screenshot
screenshot

下載Reopen擴展crx文件

下載Reopen擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Reopen Reopen
ID ifijicnnagieeeajbjckfncaabnohfpi
官方網址 https://chromewebstore.google.com/detail/reopen/ifijicnnagieeeajbjckfncaabnohfpi
簡介 Reopen saves your browsing sessions efficiently.
檔案大小 178 KB
安裝次數 154
目前版本 1.0.5
更新時間 2014-03-15
上架時間 2014-03-15
評分 5.00/5 共 5 次評分
開發者 Abulele Softworks
付費類型 free
支援的語言 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"
    }
}