Lookup Assistant
Lookup highlighted text.
什麼是Lookup Assistant?
Lookup Assistant是由Ching Chow開發的Chrome擴展程式,該擴展的主要功能是“Lookup highlighted text.”。
擴展截圖
下載Lookup Assistant擴展crx文件
下載Lookup Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Lookup Assistant enables a user to perform search and other operations on highlighted text via right-click.
* Simple and unobtrusive user interface.
* User customizable menus. 擴展基本資訊
| 名稱 | |
| ID | gffkdmepjpippahnkmhellmgoinojhle |
| 官方網址 | https://chromewebstore.google.com/detail/lookup-assistant/gffkdmepjpippahnkmhellmgoinojhle |
| 簡介 | Lookup highlighted text. |
| 檔案大小 | 396 KB |
| 安裝次數 | 48 |
| 目前版本 | 2.1.3 |
| 更新時間 | 2018-11-24 |
| 上架時間 | 2018-11-23 |
| 評分 | 4.50/5 共 4 次評分 |
| 開發者 | Ching Chow |
| 付費類型 | free |
| 擴展官網 | https://github.com/chingc/Lookup-Assistant |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Lookup Assistant",
"version": "2.1.3",
"description": "Lookup highlighted text.",
"icons": {
"128": "assets\/icon_128.png",
"48": "assets\/icon_48.png",
"16": "assets\/icon_16.png"
},
"background": {
"scripts": [
"scripts.js"
]
},
"options_page": "options.html",
"permissions": [
"contextMenus"
]
} | |