Media Carousel
Displays all embedded and linked media on the current page in a carousel.
Qu'est-ce que Media Carousel ?
Media Carousel est une extension Chrome développée par Blaise Kal, et sa fonction principale est "Displays all embedded and linked media on the current page in a carousel.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Media Carousel
Téléchargez les fichiers d'extension Media Carousel au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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].
Informations de Base sur l'Extension
Nom | Media Carousel |
ID | lianhpbcenefikhbnkbdgjfghpgdfffn |
URL Officiel | https://chromewebstore.google.com/detail/media-carousel/lianhpbcenefikhbnkbdgjfghpgdfffn |
Description | Displays all embedded and linked media on the current page in a carousel. |
Taille du Fichier | 84.93 KB |
Nombre d'Installations | 18 |
Version Actuelle | 1.2.2 |
Dernière Mise à Jour | 2019-11-18 |
Date de Publication | 2019-11-18 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Blaise Kal |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/blaise-io/media-carousel#readme |
URL de la Page d'Aide | https://github.com/blaise-io/media-carousel/issues |
Langues Prises en Charge | 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" } } } } |