Open In IINA
Open videos and audios in IINA.
Что такое Open In IINA?
Open In IINA - это расширение Chrome, разработанное lhc70000, и его основная функция - "Open videos and audios in IINA.".
Снимки экрана расширения
Скачать файл CRX расширения Open In IINA
Скачайте файлы расширений 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 |
Официальный 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" } } |