Workspace
Store unneeded tabs in one page, and free up tab space
ما هو Workspace؟
Workspace هو إضافة Chrome تم تطويرها بواسطة Freeman Lou، والميزة الرئيسية لها هي "Store unneeded tabs in one page, and free up tab space".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Workspace
قم بتنزيل ملفات الامتداد Workspace بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Sometimes there are tabs that are not needed immediately, but are also not important enough to be bookmarked. Workspace temporarily stores the links in one page, freeing tab space and allowing for more flexibility. Use by clicking on the added button next to address bar. A small window will appear that says "Save All Tabs". Click and all your tabs will disappear; they are listed on a newly created tab. Restore them all with one button! Icon by http://appercuts.blogspot.com/
معلومات أساسية عن التمديد
الاسم | Workspace |
ID | pfpbeaemdigklchgdmmkldnaieimmmin |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/workspace/pfpbeaemdigklchgdmmkldnaieimmmin |
الوصف | Store unneeded tabs in one page, and free up tab space |
حجم الملف | 7.9 KB |
عدد التثبيتات | 29 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-03-21 |
تاريخ النشر | 2017-03-21 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | Freeman Lou |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Workspace", "description": "Store unneeded tabs in one page, and free up tab space", "version": "1.0", "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ] } |