hir-iaith Hi-lite

A grammar-first reading companion for Welsh learners

O que é hir-iaith Hi-lite?

hir-iaith Hi-lite é uma extensão do Chrome desenvolvida por https://www.hiriaith.cymru, e sua principal característica é "A grammar-first reading companion for Welsh learners".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão hir-iaith Hi-lite

Baixe arquivos de extensão hir-iaith Hi-lite 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

                        hir-iaith Hi-lite, a grammar-first reading companion for Welsh learners.

Hi-lite is a tool to analyse words in context and to learn their use. It helps you understand not only what individual words mean, but also their grammatical function in sentences, their different forms, and why their form changes.

It displays the part of speech of each word in selected sentences, colour-coded and flagged via icons for ease of use. Depending on the word, it also shows other grammatical information, such as tense, grammatical person, gender, etc.

It can also detect Welsh mutations in selected sentences and provide the grammatical rule governing each mutation.

When you install this extension, you will be able to:

•	Call it to action in any website you are visiting.
•	Highlight words, sentences, or paragraphs to be analysed by simply selecting them with your cursor.
•	Loop through different possibilities for each of the Welsh words selected, with helpful information cards that give you a lot of grammatical detail.
•	Search the Welsh dictionary database that is included in the extension, with almost 500 thousand entries.
•	Customise the look of your extension, from word sizes, colours, and icons to the option of detecting and displaying literary conjugation of verbs.
•	Switch back and forth between your selections with the Undo and Redo buttons.
•	Save individual words to a vocabulary list, which you can use to study and revise. This list can be exported and opened on a different device or on the web version of hir-iaith Hi-lite. You can also import vocabulary lists produced by others and shared with you. On the web version, the Saved Words list has an audio function so you can hear the pronunciation of each word.

This extension is also available as a website-based tool, with a slightly modified working method, on the hir-iaith website linked below, in the Hi-lite workspace page – feel free to visit it, read more about its uses on the Welcome page, and try it out before installing.

Instructions:

Click the hir-iaith extension button while visiting any webpage to open the app side-bar. It should take around 5-15 seconds for the app to load. That’s because it contains almost half a million words and is entirely hosted on your own computer: the app works entirely offline and doesn’t collect or send any data. After you load the dictionary data, you should be able to use the app in real time.

1.	Text selected on the webpage will be highlighted and the words will be displayed as individual buttons in the Hi-lite pane. They are colour-coded for part of speech, each of which is also associated with an icon. Hover the mouse to show the card with grammar information.
2.	The card will show part of speech and other grammar information, such as grammatical person, tense, singular or plural, etc. It shows you if the word is a mutation or a conjugated verb and displays the “root” form of that word. Some combinations of words are detected as expressions when selected together.
3.	Some words have more than one function or meaning. Click the word to loop through the cards showing the different meanings.
4.	Click the blue Mutations button to display the mutations detected in the highlighted sentence and the rules behind them.
5.	Right-click a word to save it to your Saved Words list. Access your list by clicking the Saved button.
6.	Click Help to open a glossary of the grammar terms used in the app, with explanations and examples.
7.	Click Search to use the extension data as a dictionary and look up a specific word or expression, including any form of a word (mutations or verb conjugations).
8.	Click Settings to change the colours and sizes of buttons, hide the word icons, and choose to show literary conjugations when analysing text.
9.	Click the extension logo to shrink the app to the side. Click again to bring it back.
10.	To close the app, either close the window/tab or refresh it.                    

Informações Básicas da Extensão

Nome hir-iaith Hi-lite hir-iaith Hi-lite
ID hkooaeefbgfhbiodamdhibfahfmoifao
URL Oficial https://chromewebstore.google.com/detail/hir-iaith-hi-lite/hkooaeefbgfhbiodamdhibfahfmoifao
Descrição A grammar-first reading companion for Welsh learners
Tamanho do Arquivo 7.23 MB
Contagem de Instalações 279
Versão Atual 1.2
Última Atualização 2021-09-22
Data de Publicação 2021-09-07
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://www.hiriaith.cymru
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.hiriaith.cymru/hilite
URL da Página de Ajuda https://www.youtube.com/c/hiriaith
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "hir-iaith Hi-lite",
    "name": "hir-iaith Hi-lite",
    "version": "1.2",
    "description": "A grammar-first reading companion for Welsh learners",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "hir-iaith Hi-lite"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/css\/root.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/static\/css\/content.css",
        "\/static\/media\/*",
        "\/dictionary.zip"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}