Search JLect
Search the online JLect Dictionary.
Qu'est-ce que Search JLect ?
Search JLect est une extension Chrome développée par http://www.jlect.com, et sa fonction principale est "Search the online JLect Dictionary.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Search JLect
Téléchargez les fichiers d'extension Search JLect au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | liicmmnglhikmpihhnoogdeomlgimcbc |
URL Officiel | https://chrome.google.com/webstore/detail/search-jlect/liicmmnglhikmpihhnoogdeomlgimcbc |
Description | Search the online JLect Dictionary. |
Taille du Fichier | 19.39 KB |
Nombre d'Installations | 131 |
Version Actuelle | 0.20 |
Dernière Mise à Jour | 2014-07-01 |
Date de Publication | 2014-07-01 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | http://www.jlect.com |
Type de Paiement | free |
URL de la Page d'Aide | http://www.jlect.com/forum/18-google-chrome-extension |
Langues Prises en Charge | 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" } |