Open In IINA
Open videos and audios in IINA.
什麼是Open In IINA?
Open In IINA是由lhc70000開發的Chrome擴展程式,該擴展的主要功能是“Open videos and audios in IINA.”。
擴展截圖
下載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 |
ID | pdnojahnhpgmdhjdhgphgdcecehkbhfo |
官方網址 | 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" } } |