Media Carousel
Displays all embedded and linked media on the current page in a carousel.
ما هو Media Carousel؟
Media Carousel هو إضافة Chrome تم تطويرها بواسطة Blaise Kal، والميزة الرئيسية لها هي "Displays all embedded and linked media on the current page in a carousel.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Media Carousel
قم بتنزيل ملفات الامتداد Media Carousel بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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]. معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | 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"
}
}
}
} | |