Sessions for Google Chrome™
Compile your tabs into Sessions.
ما هو Sessions for Google Chrome™؟
Sessions for Google Chrome™ هو إضافة Chrome تم تطويرها بواسطة bulletblue، والميزة الرئيسية لها هي "Compile your tabs into Sessions.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sessions for Google Chrome™
قم بتنزيل ملفات الامتداد Sessions for Google Chrome™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Sessions for Google Chrome™ allows you to save all tabs in your current window into a single session for recalling later. If you've got a bunch of tabs open, all related to a single focus, you can shelve the session and close the tabs or entire window, and single-click to restore it. Sessions are shared across any machine signed into the same Google account. Tabs will open in current window by default or optionally in a new window.
معلومات أساسية عن التمديد
الاسم | Sessions for Google Chrome™ |
ID | kkaegklhgkhfdhanhalpjhfbpmlomlhc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sessions-for-google-chrom/kkaegklhgkhfdhanhalpjhfbpmlomlhc |
الوصف | Compile your tabs into Sessions. |
حجم الملف | 727 KB |
عدد التثبيتات | 1,166 |
النسخة الحالية | 1.2.1 |
آخر تحديث | 2016-04-16 |
تاريخ النشر | 2016-04-16 |
تقييم | 3.57/5 مجموع تقييمات 7 |
المطور | bulletblue |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sessions for Google Chrome\u2122", "short_name": "Sessions", "version": "1.2.1", "description": "Compile your tabs into Sessions.", "permissions": [ "tabs", "storage" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" } } |