Absolute Free WordReference Dic(Ctrl+Shift+Q)
This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free
什么是Absolute Free WordReference Dic(Ctrl+Shift+Q)?
Absolute Free WordReference Dic(Ctrl+Shift+Q)是由msamarehshafeei开发的Chrome扩展程序,该扩展的主要功能是“This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free”。
扩展截图
下载Absolute Free WordReference Dic(Ctrl+Shift+Q)扩展crx文件
下载Absolute Free WordReference Dic(Ctrl+Shift+Q)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
features include:
- absolutely free!
- search of a selected word in brower for all languages available in http://www.wordreference.com
- auto save of selected language change
Feel free to request anything useful so I will add asap 扩展基本信息
| 名称 | |
| ID | goeokadmaehiidbobnbeeejihahdocab |
| 官方URL | https://chromewebstore.google.com/detail/absolute-free-wordreferen/goeokadmaehiidbobnbeeejihahdocab |
| 简介 | This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free |
| 文件大小 | 85.02 KB |
| 安装次数 | 1,556 |
| 当前版本 | 2.2 |
| 更新时间 | 2022-12-24 |
| 上架时间 | 2018-10-13 |
| 评分 | 4.25/5 共16次评分 |
| 开发者 | msamarehshafeei |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Absolute Free WordReference Dic(Ctrl+Shift+Q)",
"short_name": "WR(Ctrl+Shift+Q)",
"description": "This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free",
"version": "2.2",
"icons": {
"16": "icons\/icon48.png",
"48": "icons\/icon48.png",
"128": "icons\/icon144.png"
},
"background": {
"service_worker": "background.js"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+Q",
"windows": "Ctrl+Shift+Q",
"mac": "Command+Shift+Q"
}
}
},
"content_scripts": [
{
"js": [
"popup.js",
"execution.js"
],
"matches": [
"https:\/\/*\/*"
]
}
],
"action": {
"default_icon": "icons\/icon96.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"storage",
"scripting"
]
} | |