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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}