Jisho MonoOboe

Remember the words that you search the most on jisho.org

O que é Jisho MonoOboe?

Jisho MonoOboe é uma extensão do Chrome desenvolvida por MyNameIsKir, e sua principal característica é "Remember the words that you search the most on jisho.org".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Jisho MonoOboe

Baixe arquivos de extensão Jisho MonoOboe 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

                        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]                    

Informações Básicas da Extensão

Nome Jisho MonoOboe Jisho MonoOboe
ID cbncpialklacboecpececmlnallkdkje
URL Oficial https://chromewebstore.google.com/detail/jisho-monooboe/cbncpialklacboecpececmlnallkdkje
Descrição Remember the words that you search the most on jisho.org
Tamanho do Arquivo 9.4 MB
Contagem de Instalações 409
Versão Atual 1.0
Última Atualização 2018-05-22
Data de Publicação 2018-05-22
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor MyNameIsKir
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}