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」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 ClipDic
ID agjdiciiahomininjbanepahjidnkddo
公式URL 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"
    ]
}