Mouse Dictionary Kaggle Support
Kaggle support for Mouse Dictionary
Что такое Mouse Dictionary Kaggle Support?
Mouse Dictionary Kaggle Support - это расширение Chrome, разработанное Tetsu, и его основная функция - "Kaggle support for Mouse Dictionary".
Снимки экрана расширения
Скачать файл CRX расширения Mouse Dictionary Kaggle Support
Скачайте файлы расширений Mouse Dictionary Kaggle Support в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Add Kaggle support to Mouse Dictionary! This extension enables the super fast dictionary to work with Kaggle contents. Since this extension automatically runs, all you have to do is to install this extension. You can turn on / off its function by clicking the icon. See here for the technical details: https://github.com/wtetsu/mouse-dictionary-enhancer
Основная информация о расширении
Название | |
ID | bepofoammpdjhfdibmlghoaljkemineg |
Официальный URL | https://chromewebstore.google.com/detail/mouse-dictionary-kaggle-s/bepofoammpdjhfdibmlghoaljkemineg |
Описание | Kaggle support for Mouse Dictionary |
Размер файла | 43.43 KB |
Количество установок | 599 |
Текущая Версия | 1.1.0 |
Последнее Обновление | 2022-07-03 |
Дата публикации | 2019-01-23 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Tetsu |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/wtetsu/mouse-dictionary-iframe |
Поддерживаемые языки | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mouse Dictionary Kaggle Support", "manifest_version": 3, "version": "1.1.0", "description": "__MSG_appDesc__", "default_locale": "en", "author": "wtetsu", "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "content_scripts": [ { "all_frames": true, "match_about_blank": true, "js": [ "content.js" ], "matches": [ "https:\/\/www.kaggleusercontent.com\/*" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "icons\/icon48.png", "default_title": "Mouse Dictionary Kaggle Support" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |