教育百科右鍵搜
Seacrhes the selected text on pedia
什麼是教育百科右鍵搜?
教育百科右鍵搜是由aday0123b開發的Chrome擴展程式,該擴展的主要功能是“Seacrhes the selected text on pedia”。
擴展截圖
下載教育百科右鍵搜擴展crx文件
下載教育百科右鍵搜擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
反白部份文字,按滑鼠右鍵,可以搜尋教育百科的字詞典內容 擴展基本資訊
| 名稱 | |
| ID | eigalgidbdlcocnommpldkjimalpkkac |
| 官方網址 | 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"
]
}
} | |