TangoLog flashcards
This app is flashcards for English learners with related images and texts.
TangoLog flashcardsคืออะไร?
TangoLog flashcards เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://bakedware.jp และคุณลักษณะหลักของมันคือ "This app is flashcards for English learners with related images and texts."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TangoLog flashcards
ดาวน์โหลดไฟล์ส่วนขยาย TangoLog flashcards ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
たんごログ(単語ログ)は英語サイト閲覧時に、わからない単語の意味をサクサクと調べたり記録できるChrome拡張機能(無料)です。記録した各単語は単語帳としてまとめられ、時間のある時に見た目も楽しく学習できるようになっています。 具体的には、辞書・単語帳共にブラウザ内に保存されていますので一般に反応がすばやく、また単語帳は登録時に前後の文脈を保存するほか、 単語をキーワードとした画像・テキストの検索結果が連動して表示されますので、その単語を「どこで調べたか?」をはじめとして、その単語が「イメージ的にどんなものか?」「日常的にはどんな感じに使うのか?」がリアルタイムにわかり、 たいへん興味関心を持って楽しんで学習できる事が大きな特徴です。また、ログイン不要なため気軽に利用できます。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cppaobgnffcgbmlpigglgcncomppjibd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/%E3%81%9F%E3%82%93%E3%81%94%E3%83%AD%E3%82%B0/cppaobgnffcgbmlpigglgcncomppjibd |
คำอธิบาย | This app is flashcards for English learners with related images and texts. |
ขนาดไฟล์ | 7.68 MB |
จำนวนการติดตั้ง | 106 |
เวอร์ชันปัจจุบัน | 0.1.8 |
อัปเดตครั้งล่าสุด | 2015-08-26 |
วันที่เผยแพร่ | 2015-08-26 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://bakedware.jp |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://tangolog.bakedware.jp |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "0.1.8", "description": "__MSG_extDescription__", "default_locale": "ja", "permissions": [ "tabs", "contextMenus", "http:\/\/*\/*\/", "https:\/\/api.twitter.com\/", "chrome:\/\/favicon\/" ], "icons": { "16": "res\/tl_logo16.png", "48": "res\/tl_logo48.png", "128": "res\/tl_logo128.png" }, "background": { "scripts": [ "js\/jquery.min.js", "js\/underscore-min.js", "js\/lemmatizer.js", "js\/utils.js", "js\/db.js", "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "res\/tl_logo19.png" }, "default_title": "__MSG_extName__" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "js\/jquery.min.js", "js\/jquery.say.js", "js\/utils.js", "js\/content_scripts.js" ], "css": [ "css\/popwindow.css", "css\/popwindow_font-awesome.min.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "template.html", "dict\/*", "fonts\/*" ], "content_security_policy": "script-src 'self' https:\/\/api.flickr.com; object-src 'self'" } |