Keeping Tabs
A chrome extension aiming to simplify the surplus of tabs in one's browser
Keeping Tabsคืออะไร?
Keeping Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ryan Slocum และคุณลักษณะหลักของมันคือ "A chrome extension aiming to simplify the surplus of tabs in one's browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Keeping Tabs
ดาวน์โหลดไฟล์ส่วนขยาย Keeping Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension aims to simplify your mess of tabs by allowing you to quickly group and reopen tabs. Simply use the control key to highlight the tabs you'd like to save, title your tab group within the Keeping Tabs extension, and add it to your collection of tabs. These groups of tabs can be opened individually or all at once, making it much easier to organize projects within your browser.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Keeping Tabs |
ID | komjibclehjoaofickenjehabjelkabm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/keeping-tabs/komjibclehjoaofickenjehabjelkabm |
คำอธิบาย | A chrome extension aiming to simplify the surplus of tabs in one's browser |
ขนาดไฟล์ | 10.73 KB |
จำนวนการติดตั้ง | 160 |
เวอร์ชันปัจจุบัน | 0.1.6 |
อัปเดตครั้งล่าสุด | 2020-09-29 |
วันที่เผยแพร่ | 2020-05-09 |
ผู้พัฒนา | Ryan Slocum |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Keeping Tabs", "version": "0.1.6", "description": "A chrome extension aiming to simplify the surplus of tabs in one's browser", "icons": { "128": "icons\/128.png", "48": "icons\/48.png" }, "permissions": [ "tabs", "storage" ], "author": "Ryan Slocum", "browser_action": { "default_icon": "icons\/128.png", "default_popup": "popup.html", "default_title": "Keeping Tabs" }, "offline_enabled": true } |