Mouse Dictionary Kaggle Support
Kaggle support for Mouse Dictionary
Cos'è Mouse Dictionary Kaggle Support?
Mouse Dictionary Kaggle Support è un'estensione di Chrome sviluppata da Tetsu, e la sua funzione principale è "Kaggle support for Mouse Dictionary".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mouse Dictionary Kaggle Support
Scarica i file di estensione Mouse Dictionary Kaggle Support in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | bepofoammpdjhfdibmlghoaljkemineg |
URL Ufficiale | https://chromewebstore.google.com/detail/mouse-dictionary-kaggle-s/bepofoammpdjhfdibmlghoaljkemineg |
Descrizione | Kaggle support for Mouse Dictionary |
Dimensione del File | 43.43 KB |
Conteggio Installazioni | 599 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2022-07-03 |
Data di Pubblicazione | 2019-01-23 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Tetsu |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/wtetsu/mouse-dictionary-iframe |
Lingue Supportate | 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" } } |