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.”。

扩展截图

screenshot
screenshot
screenshot

下载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 Genusly
ID nmffepbfehaggnekgkookagkcklaieji
官方URL 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"
        ]
    }
}