Word Definer
Get the definitions of all big or complex words from every webpage
什么是Word Definer?
Word Definer是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Get the definitions of all big or complex words from every webpage”。
扩展截图
下载Word Definer扩展crx文件
下载Word Definer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Word definer is the perfect extension for all of your vocabulary needs. Every webpage visited will have a compiled list of words in the toolbar that have been pulled directly from the page. Figure out words you do not know by retrieving their definitions instantly at the click of a button.
扩展基本信息
名称 | Word Definer |
ID | pebaoppkhmdljgfcepaocgdifalikhhh |
官方URL | https://chromewebstore.google.com/detail/word-definer/pebaoppkhmdljgfcepaocgdifalikhhh |
简介 | Get the definitions of all big or complex words from every webpage |
文件大小 | 21.79 KB |
安装次数 | 54 |
当前版本 | 0.0.1 |
更新时间 | 2021-11-02 |
上架时间 | 2021-11-02 |
开发者 | Unknown |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Definer", "description": "Get the definitions of all big or complex words from every webpage", "version": "0.0.1", "manifest_version": 2, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "images\/dictionary16x16.png", "48": "images\/dictionary48x48.png", "128": "images\/dictionary128x128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ] } |