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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
}