Jisho MonoOboe
Remember the words that you search the most on jisho.org
¿Qué es Jisho MonoOboe?
Jisho MonoOboe es una extensión de Chrome desarrollada por MyNameIsKir, y su función principal es "Remember the words that you search the most on jisho.org".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Jisho MonoOboe
Descarga archivos de extensión Jisho MonoOboe en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
In your language learning adventure, you're looking up hundreds, then thousands of words. But there's that one- no those few words that you keep looking up but you can't quite remember which ones they are. And what was that word you looked up just a few minutes ago? That's where MonoOboe comes in. Keep track of the words you search for the most, and your ten most recent searches. It's a simple tool to help enable you to adapt your Japanese vocabulary to your own needs. Questions? Comments? Please feel free to shoot me an email at [email protected]
Información Básica de la Extensión
Nombre | Jisho MonoOboe |
ID | cbncpialklacboecpececmlnallkdkje |
URL Oficial | https://chromewebstore.google.com/detail/jisho-monooboe/cbncpialklacboecpececmlnallkdkje |
Descripción | Remember the words that you search the most on jisho.org |
Tamaño del Archivo | 9.4 MB |
Cantidad de Instalaciones | 409 |
Versión Actual | 1.0 |
Última Actualización | 2018-05-22 |
Fecha de Publicación | 2018-05-22 |
Calificación | 4.75/5 Total de 4 Calificaciones |
Desarrollador | MyNameIsKir |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jisho MonoOboe", "version": "1.0", "manifest_version": 2, "description": "Remember the words that you search the most on jisho.org", "author": "MyNameIsKir", "permissions": [ "storage", "activeTab" ], "browser_action": { "default_icon": { "48": "assets\/icon.png" } }, "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.jisho.org\/*" ], "css": [ "styles\/monooboe.css" ], "js": [ "scripts\/monooboe.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "pages\/*" ] } |