Workspaces

Save all your current tabs and come back to them later.

ما هو Workspaces؟

Workspaces هو إضافة Chrome تم تطويرها بواسطة mdni007، والميزة الرئيسية لها هي "Save all your current tabs and come back to them later.".

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

screenshot

تحميل ملف CRX للإضافة Workspaces

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

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

                        Are you the type of person to always have 10+ tabs open on your browser? With Workspace you can save all your open tabs without having to bookmark them. Now you can finally turn off your computer knowing that you can get back all your opened tabs.

Updates:

v2:
- Added button to update current workspaces (by Ganesh Swamypillai)                    

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

الاسم Workspaces Workspaces
ID eehocaoejekpmecmfecdkpohdkgkmoee
عنوان URL الرسمي https://chromewebstore.google.com/detail/workspaces/eehocaoejekpmecmfecdkpohdkgkmoee
الوصف Save all your current tabs and come back to them later.
حجم الملف 664 KB
عدد التثبيتات 2,918
النسخة الحالية 2
آخر تحديث 2022-01-30
تاريخ النشر 2019-10-03
تقييم 3.52/5 مجموع تقييمات 21
المطور mdni007
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://mdislam.com/data/workspaces.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Workspaces",
    "description": "Save all your current tabs and come back to them later.",
    "version": "2",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "fonts\/*"
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}