Simple Tab Saver

Simple and easy to use. Save and recover the tabs whenever you want, in just one click, and without pop-ups.

Simple Tab Saverคืออะไร?

Simple Tab Saver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Roger Pedros และคุณลักษณะหลักของมันคือ "Simple and easy to use. Save and recover the tabs whenever you want, in just one click, and without pop-ups."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Tab Saver

ดาวน์โหลดไฟล์ส่วนขยาย Simple Tab Saver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Simple, flexible and easy to use! Save, restore and manage your navigation tabs and sessions.
  
Save your tabs and sessions for later on the top of Chrome browser or on Chrome's bookmark bar.
 
Use this add-on to save and prevent Chrome browser from consuming resources and memory RAM from your computer. Simple Tab Manager can be your best buddy to manage tabs and save memory!
 
Uses:
- Save sessions for later.
- Memory saver: Natural tab memory saver in each save.
- Panic Button: when surfing when you shouldn't.
 
Features:
Simple Tab Saver offers two different working options:
- Simple: Save and retrieve your navigation tabs with a click.
- Only save: Tabs are saved in the bookmarks when click.
 
Commands:
This tab manager can also work with commands. Use Ctrl + U or ⌘ + U to activate the extension without clicking, this command can be edited. 

Privacy:
- Simple Tab Saver does NOT track your web activity. 
- Simple Tab Saver saves your tabs and sessions on Chrome database when the button or command is used. 
- Your information (tabs and sessions) are always saved and used locally.

Permissions: 
Permissions: tabs, storage, bookmarks and notifications necessary to guarantee the basic operation of the extension.

Simple Tab Saver uses Google Analytics to improve the user experience. 
 
⭐⭐⭐⭐⭐  

Code, changelog and bug report on GitHub: https://github.com/Pedroos46/TabSaver                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Simple Tab Saver Simple Tab Saver
ID poliinbejkeohgkakcjhnidgbalekdnj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-tab-saver/poliinbejkeohgkakcjhnidgbalekdnj
คำอธิบาย Simple and easy to use. Save and recover the tabs whenever you want, in just one click, and without pop-ups.
ขนาดไฟล์ 1.19 MB
จำนวนการติดตั้ง 1,796
เวอร์ชันปัจจุบัน 1.9.8
อัปเดตครั้งล่าสุด 2021-01-22
วันที่เผยแพร่ 2019-09-16
คะแนน 3.64/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา Roger Pedros
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,fr,nl,ca,es,it,pl,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "Tab Saver",
    "version": "1.9.8",
    "description": "__MSG_appDesc__",
    "author": "Roger Pedr\u00f3s.",
    "default_locale": "en",
    "icons": {
        "48": "Resources\/Icons\/iconBlue.png",
        "128": "Resources\/Icons\/iconBlue.png"
    },
    "browser_action": {
        "default_icon": "Resources\/Icons\/iconBlue.png",
        "default_title": "__MSG_appName__"
    },
    "options_page": "App\/Settings\/settings.html",
    "background": {
        "page": "Background\/background.html"
    },
    "incognito": "spanning",
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "bookmarks",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/apis.google.com\/ https:\/\/www.google-analytics.com\/; object-src 'self' ",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "mac": "Command+U",
                "windows": "Ctrl+U",
                "chromeos": "Ctrl+U",
                "linux": "Ctrl+U",
                "default": "Ctrl+U"
            },
            "global": false
        }
    }
}