Look^Up

Japanese dictionary and flashcards

Was ist Look^Up?

Look^Up ist eine Chrome-Erweiterung, die von prestonfrom entwickelt wurde, und ihr Hauptmerkmal ist "Japanese dictionary and flashcards".

Erweiterungsscreenshots

screenshot

Look^Up-Erweiterungs-CRX-Datei herunterladen

Laden Sie Look^Up-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

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Look^Up Look^Up
ID ogpcgmfoniphkknlfmgijlkdlfaccklc
Offizielle URL https://chrome.google.com/webstore/detail/lookup/ogpcgmfoniphkknlfmgijlkdlfaccklc
Beschreibung Japanese dictionary and flashcards
Dateigröße 3.33 MB
Installationsanzahl 13
Aktuelle Version 0.5.0
Letztes Update 2016-04-19
Veröffentlichungsdatum 2016-04-19
Bewertung 3.00/5 Insgesamt 1 Bewertungen
Entwickler prestonfrom
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}