Reopen

Reopen saves your browsing sessions efficiently.

Reopenคืออะไร?

Reopen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Abulele Softworks และคุณลักษณะหลักของมันคือ "Reopen saves your browsing sessions efficiently."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reopen

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}