Der Die Das
Look up the grammatical gender of any noun quickly and easily
Cos'è Der Die Das?
Der Die Das è un'estensione di Chrome sviluppata da https://jdjuan.io, e la sua funzione principale è "Look up the grammatical gender of any noun quickly and easily".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Der Die Das
Scarica i file di estensione Der Die Das in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
🚀 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!
Informazioni di Base sull'Estensione
Nome | Der Die Das |
ID | hmonhjepfljoekiljlfoeppbilobkbmj |
URL Ufficiale | https://chromewebstore.google.com/detail/der-die-das/hmonhjepfljoekiljlfoeppbilobkbmj |
Descrizione | Look up the grammatical gender of any noun quickly and easily |
Dimensione del File | 260 KB |
Conteggio Installazioni | 580 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2022-10-24 |
Data di Pubblicazione | 2020-05-18 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | https://jdjuan.io |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://twitter.com/jdjuan |
URL della Pagina della Politica sulla Privacy | https://jdjuan.io/privacy-policy |
Lingue Supportate | 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 } |