Linguistic Spanish
Context-based learning software teaching Spanish through word-replacement
Linguistic Spanish là gì?
Linguistic Spanish là một tiện ích mở rộng Chrome được phát triển bởi enterlingua, và tính năng chính của nó là "Context-based learning software teaching Spanish through word-replacement".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Linguistic Spanish
Tải xuống các tệp mở rộng Linguistic Spanish dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Linguistic Spanish teaches roughly 150 extremely common Spanish words by replacing said words in the context of the webpages your reading! No longer will you have to take exercises and memorize vocab lists to learn a language. Just download for free, and begin surfing the web!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ainadofmmoobpplaiaoombonlkolgopc |
URL Chính Thức | https://chrome.google.com/webstore/detail/linguistic-spanish/ainadofmmoobpplaiaoombonlkolgopc |
Mô tả | Context-based learning software teaching Spanish through word-replacement |
Kích Thước Tệp | 768 KB |
Số Lần Cài Đặt | 260 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2016-01-25 |
Ngày Phát Hành | 2016-01-25 |
Đánh Giá | 2.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | enterlingua |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Linguistic Spanish", "description": "Context-based learning software teaching Spanish through word-replacement", "version": "0.1", "icons": { "19": "icon.png", "48": "logo45.png", "128": "logo120.png" }, "homepage_url": "http:\/\/interlingualtd.com", "browser_action": { "default_icon": "icon.png", "default_title": "http:\/\/interlingualtd.com", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_end" } ] } |