Tabs Saver
Tab Saver is a powerful extension that helps you organize and save your open tabs for later use. With Tab Saver, you can create…
Tabs Saverคืออะไร?
Tabs Saver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย S. และคุณลักษณะหลักของมันคือ "Tab Saver is a powerful extension that helps you organize and save your open tabs for later use. With Tab Saver, you can create…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tabs Saver
ดาวน์โหลดไฟล์ส่วนขยาย Tabs Saver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tab Saver is a powerful extension that helps you organize and save your open tabs for later use. With Tab Saver, you can create folders to categorize and store your tabs, making it easy to access them whenever you need. Save your tabs with just one click and give each folder a custom name. Open all saved tabs at once with a single click or open specific folders individually. Stay organized and boost your productivity with Tab Saver!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tabs Saver |
ID | aniebmmmmnpkggbnnjablneifehlkedc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tabs-saver/aniebmmmmnpkggbnnjablneifehlkedc |
คำอธิบาย | Tab Saver is a powerful extension that helps you organize and save your open tabs for later use. With Tab Saver, you can create… |
ขนาดไฟล์ | 38.24 KB |
จำนวนการติดตั้ง | 128 |
เวอร์ชันปัจจุบัน | 1.45 |
อัปเดตครั้งล่าสุด | 2023-05-11 |
วันที่เผยแพร่ | 2023-05-10 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | S. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tabs Saver", "version": "1.45", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/developer.chrome.com\/*" ], "permissions": [ "tabs", "activeTab", "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } } |