Tab Saver

Reduces memory by saving your open tabs for later use

Tab Saverคืออะไร?

Tab Saver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://visnova.media และคุณลักษณะหลักของมันคือ "Reduces memory by saving your open tabs for later use"

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

screenshot

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

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

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

                        Have you ever wanted to temporarily close all the tabs of your browser but couldn't?
With this extension now you can!

Just with a simple click, you can save all the tabs you currently have open.
You can give a name to that tab group to easily find them later.

You can create as many tab groups as you want and restore them any time!	

Required permissions:
'Set your new tab' - this permission is needed for the “New Tab” page.
'Open Tabs' - this permission is needed to save your open tabs.

Privacy:
Your privacy matters. Here's how we protect it: https://www.tab-saver.com/privacy
Terms Of Use: https://www.tab-saver.com/eula

By clicking "Add to chrome", I accept and agree to installing Tab Saver Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy.                    

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

ชื่อ Tab Saver Tab Saver
ID daanjholbobmhepdohhgklgoidoofopf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tab-saver/daanjholbobmhepdohhgklgoidoofopf
คำอธิบาย Reduces memory by saving your open tabs for later use
ขนาดไฟล์ 267 KB
จำนวนการติดตั้ง 4,485
เวอร์ชันปัจจุบัน 2.4
อัปเดตครั้งล่าสุด 2021-02-23
วันที่เผยแพร่ 2019-11-28
คะแนน 2.83/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา http://visnova.media
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.tab-saver.com
URL หน้านโยบายความเป็นส่วนตัว https://www.tab-saver.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "tabsaver.html"
    },
    "manifest_version": 2,
    "name": "Tab Saver",
    "version": "2.4",
    "description": "Reduces memory by saving your open tabs for later use",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Tab Saver"
    },
    "background": {
        "page": "tabsaver.html",
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ]
}