Genusly
Genusly suggests the right gender for german words when writing emails.
Genusly là gì?
Genusly là một tiện ích mở rộng Chrome được phát triển bởi https://genusly.com, và tính năng chính của nó là "Genusly suggests the right gender for german words when writing emails.".
Ả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 Genusly
Tải xuống các tệp mở rộng Genusly 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
As non-German native speaker we spend hours and days looking in online and physical dictionaries. Why? Looking up the der, die, das of German nouns so that we can apply the grammar rules correctly. Genusly not only saves you time because it does not interrupt your cognitive flow; it also embeds colour visualisation which will help you to learn and memorize better Gender classification in German. Genusly has been developed from the beginning with you at the centre, with simplicity as a key element.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Genusly |
ID | nmffepbfehaggnekgkookagkcklaieji |
URL Chính Thức | https://chromewebstore.google.com/detail/genusly/nmffepbfehaggnekgkookagkcklaieji |
Mô tả | Genusly suggests the right gender for german words when writing emails. |
Kích Thước Tệp | 98.72 KB |
Số Lần Cài Đặt | 745 |
Phiên Bản Hiện Tại | 2013.12.14.1 |
Cập Nhật Lần Cuối | 2013-12-14 |
Ngày Phát Hành | 2013-12-14 |
Đánh Giá | 4.37/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | https://genusly.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.genusly.com |
URL Trang Trợ Giúp | http://www.genusly.com/ |
Ngôn Ngữ Được Hỗ Trợ | en,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2013.12.14.1", "icons": { "16": "logo_16.png", "48": "logo_48.png", "128": "logo_128.png" }, "name": "Genusly", "description": "__MSG_appDesc__", "default_locale": "en", "browser_action": { "default_icon": "logo_128.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "jquery-2.0.2.min.map" ], "permissions": [ "tabs", "http:\/\/api.genusly.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.mail.google.com\/*", "https:\/\/*.mail.google.com\/*", "http:\/\/*.mail.yahoo.com\/*", "https:\/\/*.mail.yahoo.com\/*", "http:\/\/*.mail.live.com\/*", "https:\/\/*.mail.live.com\/*" ], "js": [ "jquery-2.0.2.min.js", "content.js", "backgroundLayer.js", "word.js", "language.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ] } } |