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

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Media Carousel

ดาวน์โหลดไฟล์ส่วนขยาย Media Carousel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Media Carousel Media Carousel
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
URL หน้าช่วยเหลือ 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"
            }
        }
    }
}