Simple Tab Carousel
Tab carousel which pauses on a window focus
Simple Tab Carouselとは何ですか?
Simple Tab CarouselはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Tab carousel which pauses on a window focus」です。
拡張機能のスクリーンショット
Simple Tab Carousel拡張機能のCRXファイルをダウンロード
Simple Tab Carousel拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Simple Tab Carousel |
ID | ogkhchpclioobkplbmkjekalofgddagc |
公式URL | https://chromewebstore.google.com/detail/simple-tab-carousel/ogkhchpclioobkplbmkjekalofgddagc |
説明 | Tab carousel which pauses on a window focus |
ファイルサイズ | 20.59 KB |
インストール数 | 1,650 |
現在のバージョン | 0.2.0 |
最終更新日 | 2020-04-26 |
公開日 | 2020-04-26 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Unknown |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/aigoncharov/chrome-tab-carousel |
ヘルプページのURL | https://github.com/aigoncharov/chrome-tab-carousel/issues |
対応言語 | 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" } } |