Japanese Lookup
Adds an option in the contextual menu to look up a kanji or a compound word in Japanese. It's horrible, it could almost be useful.
什麼是Japanese Lookup?
Japanese Lookup是由kikoogay開發的Chrome擴展程式,該擴展的主要功能是“Adds an option in the contextual menu to look up a kanji or a compound word in Japanese. It's horrible, it could almost be useful.”。
擴展截圖
下載Japanese Lookup擴展crx文件
下載Japanese Lookup擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adds an option in the contextual menu to look up a kanji or a compound word in Japanese. It's horrible, it could almost be useful.
擴展基本資訊
名稱 | |
ID | nbhllkgiacahnliofkgimjndkgbhfibf |
官方網址 | https://chrome.google.com/webstore/detail/japanese-lookup/nbhllkgiacahnliofkgimjndkgbhfibf |
簡介 | Adds an option in the contextual menu to look up a kanji or a compound word in Japanese. It's horrible, it could almost be useful. |
檔案大小 | 12.91 KB |
安裝次數 | 262 |
目前版本 | 0.83 |
更新時間 | 2015-09-15 |
上架時間 | 2015-09-15 |
評分 | 3.78/5 共 9 次評分 |
開發者 | kikoogay |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "realdeal.js" ] }, "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "64": "icon64.png" }, "name": "Japanese Lookup", "permissions": [ "contextMenus", "tabs" ], "version": "0.83" } |