Search JLect
Search the online JLect Dictionary.
O que é Search JLect?
Search JLect é uma extensão do Chrome desenvolvida por http://www.jlect.com, e sua principal característica é "Search the online JLect Dictionary.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Search JLect
Baixe arquivos de extensão Search JLect no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This plugin provides two quick ways for searching the JLect online Japanese-English dictionary (aka JLect和英辞書 waei jisho). You can either highlight a word and right-click to search it up, or click on the menu icon to look up a term in either English, Japanese or Romaji. Note that JLect also offers results for various Japanese dialectal words and features a basic Okinawan dictionary. Happy searching! Version 0.20: Fixed incompatibility issue with certain extensions.
Informações Básicas da Extensão
Nome | |
ID | liicmmnglhikmpihhnoogdeomlgimcbc |
URL Oficial | https://chrome.google.com/webstore/detail/search-jlect/liicmmnglhikmpihhnoogdeomlgimcbc |
Descrição | Search the online JLect Dictionary. |
Tamanho do Arquivo | 19.39 KB |
Contagem de Instalações | 131 |
Versão Atual | 0.20 |
Última Atualização | 2014-07-01 |
Data de Publicação | 2014-07-01 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | http://www.jlect.com |
Tipo de Pagamento | free |
URL da Página de Ajuda | http://www.jlect.com/forum/18-google-chrome-extension |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "description": "Search the online JLect Dictionary.", "icons": { "16": "icon16.png", "19": "icon19.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "name": "Search JLect", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.20" } |