Tab Carousel
An extension to allow the rotating of tabs with customizable timers per tab.
Tab Carouselคืออะไร?
Tab Carousel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shaefer และคุณลักษณะหลักของมันคือ "An extension to allow the rotating of tabs with customizable timers per tab."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Carousel
ดาวน์โหลดไฟล์ส่วนขยาย Tab Carousel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hecpojfehconfimlbkfjpenmdcjfjiko |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tab-carousel/hecpojfehconfimlbkfjpenmdcjfjiko |
คำอธิบาย | An extension to allow the rotating of tabs with customizable timers per tab. |
ขนาดไฟล์ | 10.56 KB |
จำนวนการติดตั้ง | 944 |
เวอร์ชันปัจจุบัน | 0.1.4 |
อัปเดตครั้งล่าสุด | 2014-07-09 |
วันที่เผยแพร่ | 2014-07-09 |
คะแนน | 4.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | shaefer |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://bitbucket.org/danielshaefer/carousel-chrome-extension |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Carousel", "short_name": "Tab Carousel", "description": "An extension to allow the rotating of tabs with customizable timers per tab.", "version": "0.1.4", "author": "Daniel Shaefer", "permissions": [ "tabs" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon-stop.png", "default_title": "Start Carousel" } } |