Organize your tabs
OYTs smartly organizes tabs, based on category.
Organize your tabsคืออะไร?
Organize your tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anurag Gautam และคุณลักษณะหลักของมันคือ "OYTs smartly organizes tabs, based on category."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Organize your tabs
ดาวน์โหลดไฟล์ส่วนขยาย Organize your tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
- Organize Your Tabs (OYTs) is a smart tab organizer. It’s non intrusive and fully private. When you enable this extension your tabs are bookmark based on the category you have added. - It will allow you to discover greater insights about your browsing habits. - Manager for quickly finding and organizing all your tabs. Saves your windows and tabs when you close Chrome. HOW IT WORKS: - Click on the OYTs icon in the upper-right to open a popup. This popup lists all your window tabs so you can easily see them at a glance. - Categories can be added and removed based on need, tabs can be added to categories to make it more friendly while browsing.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ehoilfhlbigihkabnbgjdjokffckaifl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/organize-your-tabs/ehoilfhlbigihkabnbgjdjokffckaifl |
คำอธิบาย | OYTs smartly organizes tabs, based on category. |
ขนาดไฟล์ | 304 KB |
จำนวนการติดตั้ง | 206 |
เวอร์ชันปัจจุบัน | 1.1.3 |
อัปเดตครั้งล่าสุด | 2022-05-24 |
วันที่เผยแพร่ | 2019-06-09 |
คะแนน | 4.44/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Anurag Gautam |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://medium.com/@anuraggautam/chrome-extension-organize-your-browser-tabs-smartly-64d1207a1ab |
URL หน้าช่วยเหลือ | https://medium.com/@anuraggautam/chrome-extension-organize-your-browser-tabs-smartly-64d1207a1ab |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.1.3", "name": "Organize your tabs", "short_name": "OYTs", "description": "OYTs smartly organizes tabs, based on category.", "icons": { "16": "assets\/img\/16.png", "32": "assets\/img\/32.png", "48": "assets\/img\/48.png", "64": "assets\/img\/64.png", "128": "assets\/img\/128.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": "assets\/img\/16.png", "32": "assets\/img\/32.png", "48": "assets\/img\/48.png", "64": "assets\/img\/64.png", "128": "assets\/img\/128.png" } }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage", "tabs" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |