Save Working Session

Easy to save current working tabs and restore when you come back.

ما هو Save Working Session؟

Save Working Session هو إضافة Chrome تم تطويرها بواسطة mactiencong، والميزة الرئيسية لها هي "Easy to save current working tabs and restore when you come back.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Save Working Session

قم بتنزيل ملفات الامتداد Save Working Session بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Easy to save current working tabs and restore when you come back.

How to use:
Step 1: Click to icon of "Save Working Session" to save all current working tabs. Close browser and take some break.
Step 2: Open browser. Click again icon of "Save Working Session" to immediately restore all tabs of previous session and ready to continue working.

Note: Icon with green ⬇ means ready to restore.                    

معلومات أساسية عن التمديد

الاسم Save Working Session Save Working Session
ID daeajljhfkfgkofbdnikbodjlpbmaopm
عنوان URL الرسمي https://chromewebstore.google.com/detail/save-working-session/daeajljhfkfgkofbdnikbodjlpbmaopm
الوصف Easy to save current working tabs and restore when you come back.
حجم الملف 7.23 KB
عدد التثبيتات 81
النسخة الحالية 1.0.1
آخر تحديث 2019-12-04
تاريخ النشر 2019-12-01
تقييم 4.00/5 مجموع تقييمات 2
المطور mactiencong
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.linkedin.com/in/mactiencong/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save Working Session",
    "short_name": "Save Working Session",
    "description": "Easy to save current working tabs and restore when you come back.",
    "version": "1.0.1",
    "author": "matico",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon\/icon.png"
    }
}