Tab Rotate
Loop through a set of tabs - ideal for a Dashboard or Advertisement Display
Tab Rotate là gì?
Tab Rotate là một tiện ích mở rộng Chrome được phát triển bởi Kevin Sheedy, và tính năng chính của nó là "Loop through a set of tabs - ideal for a Dashboard or Advertisement Display".
Ả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 Tab Rotate
Tải xuống các tệp mở rộng Tab Rotate 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
Allows Chrome to automatically cycle through a set of tabs. Ideal for a Dashboard or wall-mounted display. - Configured via a JSON file - Preloads tabs for smoother transitions - Configuration can be loaded from a remote server NOTE: Does not rotate through your currently open tabs Support the project on Patreon: https://www.patreon.com/kevdev
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tab Rotate |
ID | pjgjpabbgnnoohijnillgbckikfkbjed |
URL Chính Thức | https://chromewebstore.google.com/detail/tab-rotate/pjgjpabbgnnoohijnillgbckikfkbjed |
Mô tả | Loop through a set of tabs - ideal for a Dashboard or Advertisement Display |
Kích Thước Tệp | 55.01 KB |
Số Lần Cài Đặt | 32,128 |
Phiên Bản Hiện Tại | 0.6.2 |
Cập Nhật Lần Cuối | 2021-09-06 |
Ngày Phát Hành | 2019-11-27 |
Đánh Giá | 4.25/5 Tổng số 44 Đánh Giá |
Nhà Phát Triển | Kevin Sheedy |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/KevinSheedy/chrome-tab-rotate |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Rotate", "description": "Loop through a set of tabs - ideal for a Dashboard or Advertisement Display", "version": "0.6.2", "browser_action": { "default_icon": "img\/Play-38.png", "default_title": "Start Tab Rotate" }, "options_page": "index.html", "background": { "scripts": [ "background.js", "import-analytics.js", "hot-reload.js" ] }, "icons": { "16": "img\/Play-16.png", "32": "img\/Play-32.png", "48": "img\/Play-48.png", "128": "img\/Play-128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/unpkg.com; object-src 'self'", "permissions": [ "storage", "https:\/\/ajax.googleapis.com\/", "file:\/\/*\/", "http:\/\/*\/", "https:\/\/*\/" ] } |