Mouse Dictionary Kaggle Support
Kaggle support for Mouse Dictionary
什麼是Mouse Dictionary Kaggle Support?
Mouse Dictionary Kaggle Support是由Tetsu開發的Chrome擴展程式,該擴展的主要功能是“Kaggle support for Mouse Dictionary”。
擴展截圖
下載Mouse Dictionary Kaggle Support擴展crx文件
下載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 |
官方網址 | 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" } } |