Tab Shuffler
Randomize the tab order in your browser window.
Tab Shufflerคืออะไร?
Tab Shuffler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย porkbun และคุณลักษณะหลักของมันคือ "Randomize the tab order in your browser window."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Shuffler
ดาวน์โหลดไฟล์ส่วนขยาย Tab Shuffler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Useful for making decisions (what to buy, what to watch, etc.) Note: The "This extension is not trusted by Enhanced Safe Browsing." message is due to the fact that this is a relatively new developer account and should go away on its own soon.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab Shuffler |
ID | jfaiappknhlmbkffdpfbnpfiajmfgfbl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-shuffler/jfaiappknhlmbkffdpfbnpfiajmfgfbl |
คำอธิบาย | Randomize the tab order in your browser window. |
ขนาดไฟล์ | 13.56 KB |
จำนวนการติดตั้ง | 571 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2022-09-29 |
วันที่เผยแพร่ | 2022-09-28 |
คะแนน | 4.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | porkbun |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Shuffler", "description": "Randomize the tab order in your browser window.", "version": "0.1.1", "manifest_version": 3, "action": { "default_title": "Randomize the order of the tabs in this window. Right-click to undo.", "default_icon": { "16": "\/images\/icon16-o.png", "32": "\/images\/icon32-o.png", "48": "\/images\/icon48-o.png", "128": "\/images\/icon128-o.png" } }, "icons": { "16": "\/images\/icon16-o.png", "32": "\/images\/icon32-o.png", "48": "\/images\/icon48-o.png", "128": "\/images\/icon128-o.png" }, "permissions": [ "contextMenus", "storage" ], "background": { "service_worker": "background.js" } } |