Mouse Dictionary Kaggle Support
Kaggle support for Mouse Dictionary
O que é Mouse Dictionary Kaggle Support?
Mouse Dictionary Kaggle Support é uma extensão do Chrome desenvolvida por Tetsu, e sua principal característica é "Kaggle support for Mouse Dictionary".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Mouse Dictionary Kaggle Support
Baixe arquivos de extensão Mouse Dictionary Kaggle Support no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | bepofoammpdjhfdibmlghoaljkemineg |
URL Oficial | https://chromewebstore.google.com/detail/mouse-dictionary-kaggle-s/bepofoammpdjhfdibmlghoaljkemineg |
Descrição | Kaggle support for Mouse Dictionary |
Tamanho do Arquivo | 43.43 KB |
Contagem de Instalações | 599 |
Versão Atual | 1.1.0 |
Última Atualização | 2022-07-03 |
Data de Publicação | 2019-01-23 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Tetsu |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/wtetsu/mouse-dictionary-iframe |
Idiomas Suportados | 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" } } |