Look^Up
Japanese dictionary and flashcards
Look^Upคืออะไร?
Look^Up เป็นส่วนขยายของ Chrome ที่พัฒนาโดย prestonfrom และคุณลักษณะหลักของมันคือ "Japanese dictionary and flashcards"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Look^Up
ดาวน์โหลดไฟล์ส่วนขยาย Look^Up ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a beta version of Look^Up, a dictionary/flashcard extension for English-speakers studying Japanese. The dictionary uses the same dictionary files as Rikai-kun. The differences are in the presentation and flashcards. Please share any comments/questions you may have!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ogpcgmfoniphkknlfmgijlkdlfaccklc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/lookup/ogpcgmfoniphkknlfmgijlkdlfaccklc |
คำอธิบาย | Japanese dictionary and flashcards |
ขนาดไฟล์ | 3.33 MB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 0.5.0 |
อัปเดตครั้งล่าสุด | 2016-04-19 |
วันที่เผยแพร่ | 2016-04-19 |
คะแนน | 3.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | prestonfrom |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Look^Up", "description": "Japanese dictionary and flashcards", "version": "0.5.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon-bitty.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "view.js" ], "all_frame": true } ], "permissions": [ "contextMenus", "tabs" ], "web_accessible_resources": [ "corner.png", "nolinkTiny.png", "linkTiny.png", "data\/dict.txt", "flashcards.html", "popup.html", "popup.js" ] } |