在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:wtetsu/mouse-dictionary开源软件地址:https://github.com/wtetsu/mouse-dictionary开源编程语言:TypeScript 53.8%开源软件介绍:Mouse Dictionary: Super Fast DictionaryMouse Dictionary is a super fast dictionary for Chrome and Firefox. Features:
Available for various documents:
Install
See also Getting started ScreenshotsEnglish-JapaneseJapanese-EnglishGermanWant to use for the German language? Take a look these great articles! How to developPreparationUse Node.js 16+. npm install BuildFor Chrome: npm run build-chrome # Debug build
npm run release-chrome # Release build For Firefox: npm run build-firefox # Debug build
npm run release-firefox # Release build For Safari: npm run build-safari # Debug build
npm run release-safari # Release build see package.json for other commands. ContributionFor the moment, Mouse Dictionary project doesn't have any strict rule about contribution. Feel free to create any issues and pull requests. Some guides:
Cross-extension messagingMouse Dictionary supports receiving cross-extension messages. Mouse Dictionary iframe support is a good example that implements message sending to this extension. Here is a code example for sending a message to Mouse Dictionary. You can make Mouse Dictionary look up words/expressions from other extensions. const MD_EXTENSION_ID = "dnclbikcihnpjohihfcmmldgkjnebgnj";
chrome.runtime.sendMessage(MD_EXTENSION_ID, {
type: "text",
text: "rained cats and dogs",
}); Parameters:
LicenseMouse Dictionary is published under the MIT license. Third-party dataThis project includes some third-party data: Dictionary data
ImagesBuilt-in PDF viewer
Great JavaScript libraries
See alsoChrome 拡張の高速な英語辞書ツールをつくりました(a Japanese tutorial) |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论