Slideshow Tabs

A Chromium extension to slideshow open tabs.

Slideshow Tabs क्या है?

Slideshow Tabs SbSh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chromium extension to slideshow open tabs."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Slideshow Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}