Open In IINA

Open videos and audios in IINA.

Open In IINA란 무엇입니까?

Open In IINA은(는) lhc70000에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open videos and audios in IINA."입니다.

확장 프로그램 스크린샷

screenshot

Open In IINA 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This add-on only supports IINA 1.0.0 beta 4 or later versions.

In 2.0.1, we fixed the following issue:

- IINA not working in Chrome Extension right click menu (#2501) by @lusuee.

In 2.0.0, we have added:

- "Open link/video/audio in IINA" in the context menu when you right-clicked corresponding content.
- A bunch of new features for the IINA icon. When clicked, it could:
    * Open media in this page directly, and optionally enter PIP or full screen
    * Show a menu and let you choose the action, such as adding to playlist or open in a new IINA window.

You can customize the IINA icon behavior by right-clicking the icon and choose "Options".

You can find the source code at https://github.com/lhc70000/iina.                    

확장 프로그램 기본 정보

이름 Open In IINA Open In IINA
ID pdnojahnhpgmdhjdhgphgdcecehkbhfo
공식 URL https://chromewebstore.google.com/detail/open-in-iina/pdnojahnhpgmdhjdhgphgdcecehkbhfo
설명 Open videos and audios in IINA.
파일 크기 131 KB
설치 횟수 42,176
현재 버전 2.0.1
최근 업데이트 2023-04-29
출시 날짜 2018-12-01
평점 4.30/5 총 54 개의 평점
개발자 lhc70000
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://iina.io
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Open In IINA",
    "description": "Open videos and audios in IINA.",
    "version": "2.0.1",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "Open In IINA"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "storage",
        "scripting"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}