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ファイルをダウンロード

Open In IINA拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}