Look^Up

Japanese dictionary and flashcards

Co to jest Look^Up?

Look^Up to rozszerzenie Chrome opracowane przez prestonfrom, a jego główną funkcją jest „Japanese dictionary and flashcards”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Look^Up

Pobierz pliki rozszerzeń Look^Up w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Look^Up Look^Up
ID ogpcgmfoniphkknlfmgijlkdlfaccklc
Oficjalny URL https://chrome.google.com/webstore/detail/lookup/ogpcgmfoniphkknlfmgijlkdlfaccklc
Opis Japanese dictionary and flashcards
Rozmiar pliku 3.33 MB
Liczba instalacji 13
Aktualna Wersja 0.5.0
Ostatnia Aktualizacja 2016-04-19
Data Publikacji 2016-04-19
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper prestonfrom
Typ Płatności free
Obsługiwane Języki 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"
    ]
}