NHK Easy Furigana on Hover

Hides furigana on the NHK easy news unless the user is hovering over the related kanji.

O que é NHK Easy Furigana on Hover?

NHK Easy Furigana on Hover é uma extensão do Chrome desenvolvida por skywalk211, e sua principal característica é "Hides furigana on the NHK easy news unless the user is hovering over the related kanji.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NHK Easy Furigana on Hover

Baixe arquivos de extensão NHK Easy Furigana on Hover 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

                        This extension modifies the CSS on https://www3.nhk.or.jp/news/easy/ to hide furigana unless the user is hovering over the related kanji. This allows a reader to try and recall the reading of the kanji without the hiragana being directly above it.                    

Informações Básicas da Extensão

Nome NHK Easy Furigana on Hover NHK Easy Furigana on Hover
ID jkochgjgpeebeliibinpgdhddchgpdkm
URL Oficial https://chromewebstore.google.com/detail/nhk-easy-furigana-on-hove/jkochgjgpeebeliibinpgdhddchgpdkm
Descrição Hides furigana on the NHK easy news unless the user is hovering over the related kanji.
Tamanho do Arquivo 6.87 KB
Contagem de Instalações 132
Versão Atual 1.0.0
Última Atualização 2021-10-29
Data de Publicação 2021-10-29
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor skywalk211
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NHK Easy Furigana on Hover",
    "version": "1.0.0",
    "icons": {
        "128": "128.png"
    },
    "description": "Hides furigana on the NHK easy news unless the user is hovering over the related kanji.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/www3.nhk.or.jp\/news\/easy\/*"
            ]
        }
    ]
}