Search JLect
Search the online JLect Dictionary.
Cos'è Search JLect?
Search JLect è un'estensione di Chrome sviluppata da http://www.jlect.com, e la sua funzione principale è "Search the online JLect Dictionary.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Search JLect
Scarica i file di estensione Search JLect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | liicmmnglhikmpihhnoogdeomlgimcbc |
URL Ufficiale | https://chrome.google.com/webstore/detail/search-jlect/liicmmnglhikmpihhnoogdeomlgimcbc |
Descrizione | Search the online JLect Dictionary. |
Dimensione del File | 19.39 KB |
Conteggio Installazioni | 131 |
Versione Corrente | 0.20 |
Ultimo Aggiornamento | 2014-07-01 |
Data di Pubblicazione | 2014-07-01 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | http://www.jlect.com |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | http://www.jlect.com/forum/18-google-chrome-extension |
Lingue Supportate | 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" } |