Look^Up

Japanese dictionary and flashcards

Apa itu Look^Up?

Look^Up adalah ekstensi Chrome yang dikembangkan oleh prestonfrom, dan fitur utamanya adalah "Japanese dictionary and flashcards".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Look^Up

Unduh file ekstensi Look^Up dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Look^Up Look^Up
ID ogpcgmfoniphkknlfmgijlkdlfaccklc
URL Resmi https://chrome.google.com/webstore/detail/lookup/ogpcgmfoniphkknlfmgijlkdlfaccklc
Deskripsi Japanese dictionary and flashcards
Ukuran File 3.33 MB
Jumlah Instalasi 13
Versi Saat Ini 0.5.0
Terakhir Diperbarui 2016-04-19
Tanggal Publikasi 2016-04-19
Penilaian 3.00/5 Total 1 Penilaian
Pengembang prestonfrom
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}