Look^Up
Japanese dictionary and flashcards
Что такое Look^Up?
Look^Up - это расширение Chrome, разработанное prestonfrom, и его основная функция - "Japanese dictionary and flashcards".
Снимки экрана расширения
Скачать файл CRX расширения Look^Up
Скачайте файлы расширений Look^Up в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | |
ID | ogpcgmfoniphkknlfmgijlkdlfaccklc |
Официальный URL | https://chrome.google.com/webstore/detail/lookup/ogpcgmfoniphkknlfmgijlkdlfaccklc |
Описание | Japanese dictionary and flashcards |
Размер файла | 3.33 MB |
Количество установок | 13 |
Текущая Версия | 0.5.0 |
Последнее Обновление | 2016-04-19 |
Дата публикации | 2016-04-19 |
Рейтинг | 3.00/5 Всего 1 оценок |
Разработчик | prestonfrom |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |