Duendecat
Shows a random sentence in Japanese (filtered by Wanikani level) when a new tab is opened
Cos'è Duendecat?
Duendecat è un'estensione di Chrome sviluppata da https://www.duendecat.com, e la sua funzione principale è "Shows a random sentence in Japanese (filtered by Wanikani level) when a new tab is opened".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Duendecat
Scarica i file di estensione Duendecat 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
Shows Japanese content when a new tab is opened.
Has options to display:
* Sentences
* Kanji
* Vocab
* Hiragana
* Katakana
In addition, content can be filtered by Wanikani level (limited to your current level and below).
Note: This differs from the main Duendecat website by showing a single random sentence when a new tab is opened, instead of automatically selecting and displaying a new sentence every few seconds. Informazioni di Base sull'Estensione
| Nome | |
| ID | gcdehmegnjhneakanfcgpmgfjneljndn |
| URL Ufficiale | https://chromewebstore.google.com/detail/duendecat/gcdehmegnjhneakanfcgpmgfjneljndn |
| Descrizione | Shows a random sentence in Japanese (filtered by Wanikani level) when a new tab is opened |
| Dimensione del File | 47.51 KB |
| Conteggio Installazioni | 111 |
| Versione Corrente | 0.0.2 |
| Ultimo Aggiornamento | 2016-10-02 |
| Data di Pubblicazione | 2016-10-02 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://www.duendecat.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.duendecat.com |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Duendecat",
"description": "Shows a random sentence in Japanese (filtered by Wanikani level) when a new tab is opened",
"version": "0.0.2",
"background": {
"page": "background.html"
},
"options_page": "options.html",
"content_security_policy": "script-src 'self' https:\/\/www.wanikani.com; object-src 'self'",
"chrome_url_overrides": {
"newtab": "redirect.html"
},
"permissions": [
"tabs",
"storage"
],
"icons": {
"128": "128.png",
"19": "19.png"
}
} | |