Look^Up
Japanese dictionary and flashcards
Cos'è Look^Up?
Look^Up è un'estensione di Chrome sviluppata da prestonfrom, e la sua funzione principale è "Japanese dictionary and flashcards".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Look^Up
Scarica i file di estensione Look^Up 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
This is a beta version of Look^Up, a dictionary/flashcard extension for English-speakers studying Japanese. The dictionary uses the same dictionary files as Rikai-kun. The differences are in the presentation and flashcards. Please share any comments/questions you may have!
Informazioni di Base sull'Estensione
Nome | |
ID | ogpcgmfoniphkknlfmgijlkdlfaccklc |
URL Ufficiale | https://chrome.google.com/webstore/detail/lookup/ogpcgmfoniphkknlfmgijlkdlfaccklc |
Descrizione | Japanese dictionary and flashcards |
Dimensione del File | 3.33 MB |
Conteggio Installazioni | 13 |
Versione Corrente | 0.5.0 |
Ultimo Aggiornamento | 2016-04-19 |
Data di Pubblicazione | 2016-04-19 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | prestonfrom |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Look^Up", "description": "Japanese dictionary and flashcards", "version": "0.5.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon-bitty.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "view.js" ], "all_frame": true } ], "permissions": [ "contextMenus", "tabs" ], "web_accessible_resources": [ "corner.png", "nolinkTiny.png", "linkTiny.png", "data\/dict.txt", "flashcards.html", "popup.html", "popup.js" ] } |