Tab Workspaces
Save and manage a collection of tabs as workspaces.
ما هو Tab Workspaces؟
Tab Workspaces هو إضافة Chrome تم تطويرها بواسطة Hao Fu، والميزة الرئيسية لها هي "Save and manage a collection of tabs as workspaces.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Workspaces
قم بتنزيل ملفات الامتداد Tab Workspaces بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extensions will save all currently opened tabs into a workspace. You can name the workspace and tag it with description. Then you can browse saved workspaces, and launch the tabs in new windows.
معلومات أساسية عن التمديد
الاسم | Tab Workspaces |
ID | pfdcopdimdhfhdaiiaeddjcidkjbnpll |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab-workspaces/pfdcopdimdhfhdaiiaeddjcidkjbnpll |
الوصف | Save and manage a collection of tabs as workspaces. |
حجم الملف | 125 KB |
عدد التثبيتات | 69 |
النسخة الحالية | 1.1 |
آخر تحديث | 2018-12-18 |
تاريخ النشر | 2018-12-17 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | Hao Fu |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Workspaces", "version": "1.1", "description": "Save and manage a collection of tabs as workspaces.", "permissions": [ "storage", "tabs" ], "browser_action": { "default_popup": "html\/app.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |