Genusly
Genusly suggests the right gender for german words when writing emails.
什麼是Genusly?
Genusly是由https://genusly.com開發的Chrome擴展程式,該擴展的主要功能是“Genusly suggests the right gender for german words when writing emails.”。
擴展截圖
下載Genusly擴展crx文件
下載Genusly擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Genusly |
ID | nmffepbfehaggnekgkookagkcklaieji |
官方網址 | https://chromewebstore.google.com/detail/genusly/nmffepbfehaggnekgkookagkcklaieji |
簡介 | Genusly suggests the right gender for german words when writing emails. |
檔案大小 | 98.72 KB |
安裝次數 | 745 |
目前版本 | 2013.12.14.1 |
更新時間 | 2013-12-14 |
上架時間 | 2013-12-14 |
評分 | 4.37/5 共 19 次評分 |
開發者 | https://genusly.com |
付費類型 | free |
擴展官網 | http://www.genusly.com |
說明頁面URL | http://www.genusly.com/ |
支援的語言 | 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" ] } } |