Vocabulary
Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box
什麼是Vocabulary?
Vocabulary是由Joe開發的Chrome擴展程式,該擴展的主要功能是“Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box”。
擴展截圖
下載Vocabulary擴展crx文件
下載Vocabulary擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This tool allows you to highlight a word and look it up directly through vocabulary.com, without needing to explicitly copy pasting.
擴展基本資訊
名稱 | |
ID | lkkbfikfdjgeoncmlljmhpnecmpahlkc |
官方網址 | https://chrome.google.com/webstore/detail/vocabulary/lkkbfikfdjgeoncmlljmhpnecmpahlkc |
簡介 | Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box |
檔案大小 | 8.85 KB |
安裝次數 | 298 |
目前版本 | 0.1 |
更新時間 | 2018-12-31 |
上架時間 | 2018-12-31 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Joe |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "vocabulary.js" ] }, "description": "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box", "icons": { "16": "vocab-medium.png" }, "manifest_version": 2, "name": "Vocabulary", "page_action": { "default_icon": { "16": "vocab-medium.png" } }, "permissions": [ "contextMenus", "tabs" ], "version": "0.1" } |