教育百科右鍵搜
Seacrhes the selected text on pedia
什么是教育百科右鍵搜?
教育百科右鍵搜是由aday0123b开发的Chrome扩展程序,该扩展的主要功能是“Seacrhes the selected text on pedia”。
扩展截图
下载教育百科右鍵搜扩展crx文件
下载教育百科右鍵搜扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
反白部份文字,按滑鼠右鍵,可以搜尋教育百科的字詞典內容 扩展基本信息
| 名称 | |
| ID | eigalgidbdlcocnommpldkjimalpkkac |
| 官方URL | https://chromewebstore.google.com/detail/%E6%95%99%E8%82%B2%E7%99%BE%E7%A7%91%E5%8F%B3%E9%8D%B5%E6%90%9C/eigalgidbdlcocnommpldkjimalpkkac |
| 简介 | Seacrhes the selected text on pedia |
| 文件大小 | 28.09 KB |
| 安装次数 | 233 |
| 当前版本 | 2.1 |
| 更新时间 | 2021-06-23 |
| 上架时间 | 2019-04-15 |
| 开发者 | aday0123b |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://resourceliteracy.weebly.com/32286873526122120214913774925628235632594532946303343118522806254993124324335.html |
| 支持的语言 | zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "\u6559\u80b2\u767e\u79d1\u53f3\u9375\u641c",
"description": "Seacrhes the selected text on pedia",
"version": "2.1",
"icons": {
"48": "icons\/logo_48.png",
"96": "icons\/logo_96.png"
},
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"background.js"
]
}
} | |