Spanish Dictionary +more
Dictionary, Flashcard and unique feature that you can learn Spanish everyday.
Spanish Dictionary +moreคืออะไร?
Spanish Dictionary +more เป็นส่วนขยายของ Chrome ที่พัฒนาโดย matagotchi และคุณลักษณะหลักของมันคือ "Dictionary, Flashcard and unique feature that you can learn Spanish everyday."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spanish Dictionary +more
ดาวน์โหลดไฟล์ส่วนขยาย Spanish Dictionary +more ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Feature Whenever you visit google, you can learn Spanish. How to use 1. Make FlashCard Translate text with Extension button, or look up dictionary in http://www.spanishdict.com/ . 2. Anki, Learn Just visit Google as usual, and look carefully at the Logo.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | plgcbneeghhlbeofhccbicaoanejimdc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/spanish-dictionary-+more/plgcbneeghhlbeofhccbicaoanejimdc |
คำอธิบาย | Dictionary, Flashcard and unique feature that you can learn Spanish everyday. |
ขนาดไฟล์ | 514 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 0.9.6 |
อัปเดตครั้งล่าสุด | 2015-02-10 |
วันที่เผยแพร่ | 2015-02-10 |
คะแนน | 3.30/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | matagotchi |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,es,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js", "js\/underscore-min.js" ] }, "browser_action": { "default_icon": "tags_333333_128.png", "default_title": "Spanish Dictionary +more", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "css\/jquery.growl.css", "css\/ankisoup.css" ], "js": [ "js\/jquery.min.js", "js\/jquery.growl.js", "js\/contents.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "128": "tags_333333_128.png", "16": "tags_333333_48.png" }, "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "short_name": "Spanish Dictionary Plus", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "permissions": [ "background", "notifications", "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/" ], "version": "0.9.6", "web_accessible_resources": [ "jquery-2.0.3.min.map" ] } |