Look^Up

Japanese dictionary and flashcards

Co je Look^Up?

Look^Up je rozšíření Chrome vyvinuté prestonfrom, a jeho hlavní funkcí je „Japanese dictionary and flashcards“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Look^Up

Stáhněte si soubory rozšíření Look^Up ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Look^Up Look^Up
ID ogpcgmfoniphkknlfmgijlkdlfaccklc
Oficiální URL https://chrome.google.com/webstore/detail/lookup/ogpcgmfoniphkknlfmgijlkdlfaccklc
Popis Japanese dictionary and flashcards
Velikost souboru 3.33 MB
Počet instalací 13
Aktuální Verze 0.5.0
Poslední Aktualizace 2016-04-19
Datum Vydání 2016-04-19
Hodnocení 3.00/5 Celkem 1 Hodnocení
Vývojář prestonfrom
Typ Platby free
Podporované Jazyky 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"
    ]
}