Media Carousel

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

Hvad er Media Carousel?

Media Carousel er en Chrome-udvidelse udviklet af Blaise Kal, og dens hovedfunktion er "Displays all embedded and linked media on the current page in a carousel.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Media Carousel-udvidelses-CRX-fil

Download Media Carousel-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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].                    

Grundlæggende oplysninger om udvidelsen

Navn Media Carousel Media Carousel
ID lianhpbcenefikhbnkbdgjfghpgdfffn
Officiel URL https://chromewebstore.google.com/detail/media-carousel/lianhpbcenefikhbnkbdgjfghpgdfffn
Beskrivelse Displays all embedded and linked media on the current page in a carousel.
Filstørrelse 84.93 KB
Antal Installationer 18
Nuværende Version 1.2.2
Senest Opdateret 2019-11-18
Udgivelsesdato 2019-11-18
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Blaise Kal
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/blaise-io/media-carousel#readme
Hjælpeside-URL https://github.com/blaise-io/media-carousel/issues
Understøttede Sprog 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"
            }
        }
    }
}