Media Carousel

Displays all embedded and linked media on the current page in a carousel.

Media Carousel क्या है?

Media Carousel Blaise Kal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays all embedded and linked media on the current page in a carousel."।

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

screenshot
screenshot

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

crx प्रारूप में Media Carousel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        View a short demo video of Media Carousel: https://streamable.com/89j2y

Hotkey: Ctrl+Shift+M, on Mac: Cmd+Shift+M.

Contains bugs by nature. Please report bugs and feature requests on GitHub at https://github.com/blaise-io/media-carousel/ or send an email to [email protected].                    

एक्सटेंशन की मूल जानकारी

नाम Media Carousel Media Carousel
ID lianhpbcenefikhbnkbdgjfghpgdfffn
आधिकारिक URL https://chromewebstore.google.com/detail/media-carousel/lianhpbcenefikhbnkbdgjfghpgdfffn
विवरण Displays all embedded and linked media on the current page in a carousel.
फ़ाइल का आकार 84.93 KB
स्थापना संख्या 18
वर्तमान संस्करण 1.2.2
अंतिम अपडेट 2019-11-18
प्रकाशन तिथि 2019-11-18
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Blaise Kal
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/blaise-io/media-carousel#readme
सहायता पृष्ठ URL https://github.com/blaise-io/media-carousel/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Media Carousel",
    "version": "1.2.2",
    "description": "Displays all embedded and linked media on the current page in a carousel.",
    "homepage_url": "https:\/\/github.com\/blaise-io\/media-carousel#readme",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "\/background.js"
        ]
    },
    "icons": {
        "128": "\/icons\/icon.png"
    },
    "browser_action": {
        "default_icon": "\/icons\/icon.png"
    },
    "web_accessible_resources": [
        "\/carousel.html"
    ],
    "options_ui": {
        "page": "\/options.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+M",
                "windows": "Ctrl+Shift+M",
                "linux": "Ctrl+Shift+M",
                "mac": "Command+Shift+M"
            }
        }
    }
}