Tabs Saver

This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.

ما هو Tabs Saver؟

Tabs Saver هو إضافة Chrome تم تطويرها بواسطة Hashim Puthiyakath، والميزة الرئيسية لها هي "This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Tabs Saver

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

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

                        Tabs Saver is a utility extension for Chrome browser to save your open tabs as a collection, so you can restore them later quickly. 
If you have a bunch of websites that you open everyday, you may be opening them one after another. 
With Tabs Saver, you can save the websites or web pages as a collection and open them later with a single click.                    

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

الاسم Tabs Saver Tabs Saver
ID iflhplolclcdpkfklodaakdipklpjlbc
عنوان URL الرسمي https://chromewebstore.google.com/detail/tabs-saver/iflhplolclcdpkfklodaakdipklpjlbc
الوصف This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.
حجم الملف 22.52 KB
عدد التثبيتات 191
النسخة الحالية 1.2
آخر تحديث 2021-03-08
تاريخ النشر 2021-03-07
تقييم 5.00/5 مجموع تقييمات 4
المطور Hashim Puthiyakath
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabs Saver",
    "description": "This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.",
    "permissions": [
        "tabs"
    ],
    "version": "1.2",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "popup.png"
    }
}