Media Carousel

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

Wat is Media Carousel?

Media Carousel is een Chrome-extensie ontwikkeld door Blaise Kal, en de belangrijkste functie is "Displays all embedded and linked media on the current page in a carousel.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Media Carousel

Download Media Carousel-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Media Carousel Media Carousel
ID lianhpbcenefikhbnkbdgjfghpgdfffn
Officiële URL https://chromewebstore.google.com/detail/media-carousel/lianhpbcenefikhbnkbdgjfghpgdfffn
Beschrijving Displays all embedded and linked media on the current page in a carousel.
Bestandsgrootte 84.93 KB
Aantal Installaties 18
Huidige Versie 1.2.2
Laatst Bijgewerkt 2019-11-18
Publicatiedatum 2019-11-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Blaise Kal
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/blaise-io/media-carousel#readme
Help Pagina-URL https://github.com/blaise-io/media-carousel/issues
Ondersteunde Talen 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"
            }
        }
    }
}