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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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