Jisho MonoOboe
Remember the words that you search the most on jisho.org
Qu'est-ce que Jisho MonoOboe ?
Jisho MonoOboe est une extension Chrome développée par MyNameIsKir, et sa fonction principale est "Remember the words that you search the most on jisho.org".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Jisho MonoOboe
Téléchargez les fichiers d'extension Jisho MonoOboe 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
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]
Informations de Base sur l'Extension
Nom | Jisho MonoOboe |
ID | cbncpialklacboecpececmlnallkdkje |
URL Officiel | https://chromewebstore.google.com/detail/jisho-monooboe/cbncpialklacboecpececmlnallkdkje |
Description | Remember the words that you search the most on jisho.org |
Taille du Fichier | 9.4 MB |
Nombre d'Installations | 409 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-05-22 |
Date de Publication | 2018-05-22 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | MyNameIsKir |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |