Tabs Aside
Remembers tabs for later so you don't have to.
Tabs Asideคืออะไร?
Tabs Aside เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://concinnitasapps.com และคุณลักษณะหลักของมันคือ "Remembers tabs for later so you don't have to."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tabs Aside
ดาวน์โหลดไฟล์ส่วนขยาย Tabs Aside ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Never lose track of the tabs you opened the other day! With just a few clicks, you can save any or all open tabs into a "session". Use for... • Saving research • Storing frequently visited webpages • Saving tabs to access later • Expediting workflow • Reducing RAM (memory) usage • and much much more! Tabs Aside is frequently updated with new features, including: • Beautiful, intuitive user interface • Supports syncing across all signed-in Chrome browsers with Tabs Aside installed • Conserves computer resources with less open tabs
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tabs Aside |
ID | nboikgnmjgjcnnhencinblbaikdccdlb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tabs-aside/nboikgnmjgjcnnhencinblbaikdccdlb |
คำอธิบาย | Remembers tabs for later so you don't have to. |
ขนาดไฟล์ | 174 KB |
จำนวนการติดตั้ง | 3,219 |
เวอร์ชันปัจจุบัน | 3.1.1 |
อัปเดตครั้งล่าสุด | 2021-05-26 |
วันที่เผยแพร่ | 2020-01-10 |
คะแนน | 3.73/5 รวมทั้งหมด 45 คะแนน |
ผู้พัฒนา | https://concinnitasapps.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabs Aside", "short_name": "Tabs Aside", "description": "Remembers tabs for later so you don't have to.", "version": "3.1.1", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "options_page": "options.html", "browser_action": { "default_popup": "popup.html?popup=true" }, "permissions": [ "storage", "tabs", "chrome:\/\/favicon\/" ], "minimum_chrome_version": "61", "content_security_policy": "script-src 'self'; object-src 'self'; img-src chrome:\/\/favicon;", "web_accessible_resources": [ "*.ttf" ], "offline_enabled": true, "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |