Slideshow Tabs
A Chromium extension to slideshow open tabs.
What is Slideshow Tabs?
Slideshow Tabs is a Chrome extension developed by SbSh, and its main feature is "A Chromium extension to slideshow open tabs.".
Extension Screenshots
Download Slideshow Tabs Extension CRX File
Download Slideshow Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension slide shows tabs on all open windows. Version - 1.0 - Run slide show on all windows with given timeout. - Supports audio and only active tab is un-mute and all other tabs are muted. - Remembers user preference Version - 2.0 - Upgraded to Manifest V3 - Added feature to slideshow on launch of browser or new window (Only works on all open windows). - Added feature to slideshow on selective window Version - 3.0 - Added support for 13 widely spoken languages All appreciation and applause to my family ! If you like my work, you can support me through below link https://www.buymeacoffee.com/sbsh
Extension Basic Information
Name | Slideshow Tabs |
ID | iobimglbiofbaeideemeihjhoadadcef |
Official URL | https://chromewebstore.google.com/detail/slideshow-tabs/iobimglbiofbaeideemeihjhoadadcef |
Description | A Chromium extension to slideshow open tabs. |
File Size | 385 KB |
Installation Count | 5,377 |
Current Version | 3.1 |
Last Updated | 2023-10-30 |
Publish Date | 2020-04-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | SbSh |
[email protected] | |
Payment Type | free |
Supported Languages | id,en,fr,nl,es,pt-BR,ru,hi,bn,ta,ar,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "3.1", "manifest_version": 3, "author": "[email protected]", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "icons\/slideshow-icon-16.png", "32": "icons\/slideshow-icon-32.png", "48": "icons\/slideshow-icon-48.png", "128": "icons\/slideshow-icon-128.png" }, "action": { "default_title": "__MSG_action_title__", "default_popup": "popup\/popup.html" }, "background": { "service_worker": "scripts\/background.js" }, "commands": [], "permissions": [ "storage" ], "web_accessible_resources": [], "minimum_chrome_version": "102" } |