ClipDic

Drag a word then press Ctrl+C to get the meaning of the word

ClipDic là gì?

ClipDic là một tiện ích mở rộng Chrome được phát triển bởi https://wimy.com, và tính năng chính của nó là "Drag a word then press Ctrl+C to get the meaning of the word".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ClipDic

Tải xuống các tệp mở rộng ClipDic dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ClipDic ClipDic
ID agjdiciiahomininjbanepahjidnkddo
URL Chính Thức https://chromewebstore.google.com/detail/clipdic/agjdiciiahomininjbanepahjidnkddo
Mô tả Drag a word then press Ctrl+C to get the meaning of the word
Kích Thước Tệp 22.75 KB
Số Lần Cài Đặt 139
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2017-02-22
Ngày Phát Hành 2017-02-22
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://wimy.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}