Der Die Das

Look up the grammatical gender of any noun quickly and easily

Was ist Der Die Das?

Der Die Das ist eine Chrome-Erweiterung, die von https://jdjuan.io entwickelt wurde, und ihr Hauptmerkmal ist "Look up the grammatical gender of any noun quickly and easily".

Erweiterungsscreenshots

screenshot
screenshot

Der Die Das-Erweiterungs-CRX-Datei herunterladen

Laden Sie Der Die Das-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        🚀 Just write a noun and press enter 🚀

ABOUT 🤓
I built this because I'm currently learning german and I'm trying to make it easier not just for me but for everybody. If you like it or have a feature request feel free to say hello at twitter.com/jdjuan

SUPPORT 👨🏻‍💻
• We support nouns with more than one article
• We support nouns with more than one definition
• We only support singular nouns in the nominative case

SOURCE CODE 💻
I like people who give feedback, but those who take ownership have my eternal admiration. If there's a new feature you'd like to help with, suggest it on GitHub: github.com/jdjuan/derdiedas-chrome

FEATURE REQUESTS 💡
• Differentiate the articles with different colors
• Add a keyboard shortcut to open the extension
• Search a word when you double-click on it

ACKNOWLEDGEMENT 👨‍👩‍👧‍👦
Thank you very much for your feedback and support: Anna, Kenan, Lovre, Michael, Diego, and all the others!                    

Grundlegende Informationen zur Erweiterung

Name Der Die Das Der Die Das
ID hmonhjepfljoekiljlfoeppbilobkbmj
Offizielle URL https://chromewebstore.google.com/detail/der-die-das/hmonhjepfljoekiljlfoeppbilobkbmj
Beschreibung Look up the grammatical gender of any noun quickly and easily
Dateigröße 260 KB
Installationsanzahl 580
Aktuelle Version 1.4
Letztes Update 2022-10-24
Veröffentlichungsdatum 2020-05-18
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://jdjuan.io
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://twitter.com/jdjuan
URL der Datenschutzrichtlinien-Seite https://jdjuan.io/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Der Die Das",
    "version": "1.4",
    "description": "Look up the grammatical gender of any noun quickly and easily",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/favicon-16x16.png",
            "32": "images\/favicon-32x32.png",
            "48": "images\/favicon-48x48.png",
            "128": "images\/favicon-128x128.png"
        }
    },
    "icons": {
        "16": "images\/favicon-16x16.png",
        "32": "images\/favicon-32x32.png",
        "48": "images\/favicon-48x48.png",
        "128": "images\/favicon-128x128.png"
    },
    "manifest_version": 3
}