Look^Up
Japanese dictionary and flashcards
Look^Upとは何ですか?
Look^Upはprestonfromによって開発されたChromeの拡張機能で、その主な機能は「Japanese dictionary and flashcards」です。
拡張機能のスクリーンショット
Look^Up拡張機能のCRXファイルをダウンロード
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" ] } |