Codex | Click to translate any Spanish word
Learn Spanish by reading song lyrics, news articles, and more!
Codex | Click to translate any Spanish word là gì?
Codex | Click to translate any Spanish word là một tiện ích mở rộng Chrome được phát triển bởi James Dorfman, và tính năng chính của nó là "Learn Spanish by reading song lyrics, news articles, and more!".
Ả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 Codex | Click to translate any Spanish word
Tải xuống các tệp mở rộng Codex | Click to translate any Spanish word 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
Double click on any Spanish word, and a tooltip will appear with its English translation. Check out the screenshots, it’s pretty self explanatory! This extension will not translate entire webpages to English. Google Chrome already has a built-in feature for that. Instead, this extension makes it easy to translate individual words that you don't understand. This can help you read fully Spanish content online and improve your vocabulary. I built this extension out of frustration. I'm currently learning Spanish and was spending so much time switching between my current tab and Google Translate. This took a lot of effort, and made Spanish reading an unpleasant chore. Now you can read song lyrics, stay up-to-date on Latin American news, and finally understand those slang-filled Spanish YouTube comments that seem to appear on every single video... I want to make this extension as useful as possible. If you have any new feature requests / improvements, or if something is not working for you, please reach out. You can do so by clicking on the extension's icon in your browser toolbar, and then following the instructions over there.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Codex | Click to translate any Spanish word |
ID | mapkibljnihfhlklefhkipogljphjohg |
URL Chính Thức | https://chromewebstore.google.com/detail/codex-click-to-translate/mapkibljnihfhlklefhkipogljphjohg |
Mô tả | Learn Spanish by reading song lyrics, news articles, and more! |
Kích Thước Tệp | 147 KB |
Số Lần Cài Đặt | 154 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2021-05-13 |
Ngày Phát Hành | 2021-01-21 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | James Dorfman |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://docs.google.com/document/d/1gxY8bNUf8uCIK-uwr-dmsxYbJgTufAK5-sXLGKDqv7c/edit?usp=sharing |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Codex | Click to translate any Spanish word", "description": "Learn Spanish by reading song lyrics, news articles, and more!", "version": "0.2", "browser_action": { "default_popup": "html\/index.html", "default_icon": "res\/icon128.png" }, "icons": { "16": "res\/icon16.png", "48": "res\/icon48.png", "128": "res\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "js\/onload.js" ], "css": [ "css\/inject.css" ] } ], "manifest_version": 2 } |