ClipDic

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

ClipDicคืออะไร?

ClipDic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wimy.com และคุณลักษณะหลักของมันคือ "Drag a word then press Ctrl+C to get the meaning of the word"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ClipDic

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}