Simple Tab Carousel
Tab carousel which pauses on a window focus
Simple Tab Carousel là gì?
Simple Tab Carousel là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Tab carousel which pauses on a window focus".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Simple Tab Carousel
Tải xuống các tệp mở rộng Simple Tab Carousel dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Automatically cycle through your tabs. Useful for monitoring lots of information on a single screen. Unlike other carousels it stops cycling when the window is focused, and start the carousel again when you focus on something else. This way you can always have a detailed look at something when you need it without disabling the extension. Default interval is 10 seconds (10000 milliseconds). Open source, If you like the extension, don't hesitate to star it ;) https://github.com/aigoncharov/chrome-tab-carousel Note: Icons are borrowed from fontawesome (https://fontawesome.com/icons/sync-alt?style=solid) under this license (https://fontawesome.com/license). Icons are not modified, but converted to the .png.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Simple Tab Carousel |
ID | ogkhchpclioobkplbmkjekalofgddagc |
URL Chính Thức | https://chromewebstore.google.com/detail/simple-tab-carousel/ogkhchpclioobkplbmkjekalofgddagc |
Mô tả | Tab carousel which pauses on a window focus |
Kích Thước Tệp | 20.59 KB |
Số Lần Cài Đặt | 1,650 |
Phiên Bản Hiện Tại | 0.2.0 |
Cập Nhật Lần Cuối | 2020-04-26 |
Ngày Phát Hành | 2020-04-26 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/aigoncharov/chrome-tab-carousel |
URL Trang Trợ Giúp | https://github.com/aigoncharov/chrome-tab-carousel/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Tab Carousel", "version": "0.2.0", "description": "Tab carousel which pauses on a window focus", "manifest_version": 2, "background": { "scripts": [ "dist\/background.js" ], "persistent": false }, "permissions": [ "storage" ], "browser_action": [], "options_ui": { "page": "dist\/options.html", "open_in_tab": true }, "icons": { "16": "favicon16.png", "32": "favicon32.png", "48": "favicon48.png", "128": "favicon128.png" } } |