Koni Vocabulary

This extension shows a yahoo dictionary result for the current selected word, and save it to a xml NoteBook

Koni Vocabularyคืออะไร?

Koni Vocabulary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย d2352032 และคุณลักษณะหลักของมันคือ "This extension shows a yahoo dictionary result for the current selected word, and save it to a xml NoteBook"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Koni Vocabulary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Koni Vocabulary 為一款英文學習工具,在做網頁TPO的單字整理、英文查詢、單字紀錄時特別好用。

Koni Vocabulary的特點為:

1. "簡易查詢":查單字選取單字又"直接點右鍵" ,不必複製-> 開查詢網頁->貼上
2. "發音":按下右鍵會 "發音" ,並直接在角落秀出字典內容,還會自動存入單字簿
3. "自訂例句":再次選取含單字的"句子",可把此句紀錄成單字的"例句",例句也會發音喔
4. "單字表下載":在頁面空白處按右鍵,可直接下載單字簿
5.. "多頁面支援":所有在關閉chrome瀏覽器前的查詢都會被紀錄(上限100筆)

For further information, please contact [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Koni Vocabulary Koni Vocabulary
ID jckclpeikjdlmfadngaodkideicigcmk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/koni-vocabulary/jckclpeikjdlmfadngaodkideicigcmk
คำอธิบาย This extension shows a yahoo dictionary result for the current selected word, and save it to a xml NoteBook
ขนาดไฟล์ 3.25 MB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-08-24
วันที่เผยแพร่ 2016-08-23
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา d2352032
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Koni Vocabulary",
    "description": "This extension shows a yahoo dictionary result for the current selected word, and save it to a xml NoteBook",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon1.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tts",
        "notifications",
        "contextMenus",
        "activeTab",
        "downloads",
        ""
    ],
    "icons": {
        "16": "icon2.png",
        "48": "icon1.png",
        "128": "icon1.png"
    },
    "background": {
        "scripts": [
            "operate.js"
        ]
    }
}