Media Carousel

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

Was ist Media Carousel?

Media Carousel ist eine Chrome-Erweiterung, die von Blaise Kal entwickelt wurde, und ihr Hauptmerkmal ist "Displays all embedded and linked media on the current page in a carousel.".

Erweiterungsscreenshots

screenshot
screenshot

Media Carousel-Erweiterungs-CRX-Datei herunterladen

Laden Sie Media Carousel-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Media Carousel Media Carousel
ID lianhpbcenefikhbnkbdgjfghpgdfffn
Offizielle URL https://chromewebstore.google.com/detail/media-carousel/lianhpbcenefikhbnkbdgjfghpgdfffn
Beschreibung Displays all embedded and linked media on the current page in a carousel.
Dateigröße 84.93 KB
Installationsanzahl 18
Aktuelle Version 1.2.2
Letztes Update 2019-11-18
Veröffentlichungsdatum 2019-11-18
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Blaise Kal
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/blaise-io/media-carousel#readme
Hilfeseite URL https://github.com/blaise-io/media-carousel/issues
Unterstützte Sprachen 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"
            }
        }
    }
}