Agapa Session Manager

Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.

ما هو Agapa Session Manager؟

Agapa Session Manager هو إضافة Chrome تم تطويرها بواسطة Agapa Studio، والميزة الرئيسية لها هي "Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Agapa Session Manager

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

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

                        With Agapa Session Manager you can save you current browser windows and tabs and restore them whenever you want.
Supports multiple sessions, save session to file, import session from file.                    

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

الاسم Agapa Session Manager Agapa Session Manager
ID aadgbdmalhohalpcmahdjgapdohgpkha
عنوان URL الرسمي https://chromewebstore.google.com/detail/agapa-session-manager/aadgbdmalhohalpcmahdjgapdohgpkha
الوصف Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.
حجم الملف 25.54 KB
عدد التثبيتات 120
النسخة الحالية 1.0
آخر تحديث 2013-02-19
تاريخ النشر 2013-02-19
تقييم 2.80/5 مجموع تقييمات 5
المطور Agapa Studio
نوع الدفع free
موقع الإضافة http://www.agapastudio.com
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Agapa Session Manager",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon_19.png",
        "default_title": "Agapa Session Manager",
        "default_popup": "main.html"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "tabs",
        "background"
    ]
}