ClipDic
Drag a word then press Ctrl+C to get the meaning of the word
什麼是ClipDic?
ClipDic是由https://wimy.com開發的Chrome擴展程式,該擴展的主要功能是“Drag a word then press Ctrl+C to get the meaning of the word”。
擴展截圖
下載ClipDic擴展crx文件
下載ClipDic擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Clipdic 을 켜고, 어떤 단어든지 클립보드에 복사(ctrl+C)만 하면 단어를 바로 검색해줍니다. Clipdic 을 켜고, pdf 를 볼 때나, 메모장의 단어도 복사만 하면 바로 검색~! Drag and Ctrl+C to get the meaning. in ANY programs~! First, turn on the clipdic on the chrome toolbar. Second, copy any word to clipboard(usually just drag a word then press ctrl+c) Tip : You can change result page. Right click on clipdic icon and go to option page.
擴展基本資訊
名稱 | ClipDic |
ID | agjdiciiahomininjbanepahjidnkddo |
官方網址 | https://chromewebstore.google.com/detail/clipdic/agjdiciiahomininjbanepahjidnkddo |
簡介 | Drag a word then press Ctrl+C to get the meaning of the word |
檔案大小 | 22.75 KB |
安裝次數 | 139 |
目前版本 | 1.8 |
更新時間 | 2017-02-22 |
上架時間 | 2017-02-22 |
評分 | 4.67/5 共 3 次評分 |
開發者 | https://wimy.com |
付費類型 | free |
支援的語言 | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ClipDic", "version": "1.8", "manifest_version": 2, "description": "Drag a word then press Ctrl+C to get the meaning of the word", "icons": { "128": "icon.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "page": "background.html" }, "options_page": "option.html", "browser_action": { "default_icon": "icon16_bw.png" }, "permissions": [ "clipboardRead", "tabs", "contextMenus" ] } |