Look^Up
Japanese dictionary and flashcards
Wat is Look^Up?
Look^Up is een Chrome-extensie ontwikkeld door prestonfrom, en de belangrijkste functie is "Japanese dictionary and flashcards".
Extensie Screenshots
Download het CRX-bestand van de extensie Look^Up
Download Look^Up-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | ogpcgmfoniphkknlfmgijlkdlfaccklc |
Officiële URL | https://chrome.google.com/webstore/detail/lookup/ogpcgmfoniphkknlfmgijlkdlfaccklc |
Beschrijving | Japanese dictionary and flashcards |
Bestandsgrootte | 3.33 MB |
Aantal Installaties | 13 |
Huidige Versie | 0.5.0 |
Laatst Bijgewerkt | 2016-04-19 |
Publicatiedatum | 2016-04-19 |
Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | prestonfrom |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |