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"
        ]
    }
}