Slideshow Tabs

A Chromium extension to slideshow open tabs.

什麼是Slideshow Tabs?

Slideshow Tabs是由SbSh開發的Chrome擴展程式,該擴展的主要功能是“A Chromium extension to slideshow open tabs.”。

擴展截圖

screenshot

下載Slideshow Tabs擴展crx文件

下載Slideshow Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Slideshow Tabs Slideshow Tabs
ID iobimglbiofbaeideemeihjhoadadcef
官方網址 https://chromewebstore.google.com/detail/slideshow-tabs/iobimglbiofbaeideemeihjhoadadcef
簡介 A Chromium extension to slideshow open tabs.
檔案大小 385 KB
安裝次數 5,377
目前版本 3.1
更新時間 2023-10-30
上架時間 2020-04-05
評分 5.00/5 共 1 次評分
開發者 SbSh
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
}