AnkiSoup
A sentences management system for learning languages.
AnkiSoupคืออะไร?
AnkiSoup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ankisoup.com และคุณลักษณะหลักของมันคือ "A sentences management system for learning languages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AnkiSoup
ดาวน์โหลดไฟล์ส่วนขยาย AnkiSoup ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Anki Soup helps you to find out a new word by Command(Control) + Double click, and stocks sentences from all over the website to this site. ウェブサイトで、Command(Control) + ダブルクリックすると単語の意味を調べることができます。調べた単語はセンテンスと一緒に保存されます。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | apehnfdjpidbboeiogpfbkhnpbahphng |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ankisoup/apehnfdjpidbboeiogpfbkhnpbahphng |
คำอธิบาย | A sentences management system for learning languages. |
ขนาดไฟล์ | 38.68 KB |
จำนวนการติดตั้ง | 14 |
เวอร์ชันปัจจุบัน | 0.5 |
อัปเดตครั้งล่าสุด | 2014-01-27 |
วันที่เผยแพร่ | 2014-01-27 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://ankisoup.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://ankisoup.com/ |
ภาษาที่รองรับ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AnkiSoup", "version": "0.5", "description": "A sentences management system for learning languages.", "browser_action": { "default_title": "AnkiSoup", "default_icon": "coffee.png" }, "icons": { "128": "coffee.png", "16": "coffee.png" }, "web_accessible_resources": [ "jquery-2.0.3.min.map" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "jquery.growl.css" ], "js": [ "jquery.min.js", "jquery.growl.js", "contents.js" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "background", "notifications", "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/" ] } |