Tlamatini

Tlamatini te ayudará a aprender vocabulario Náhuatl, añadiendo la traducción de algunas palabras en las páginas que navegas.

Tlamatini란 무엇입니까?

Tlamatini은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tlamatini te ayudará a aprender vocabulario Náhuatl, añadiendo la traducción de algunas palabras en las páginas que navegas."입니다.

확장 프로그램 스크린샷

screenshot

Tlamatini 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        El Náhuatl es uno de los componentes más importantes de la cultura e historia mexicana. Actualmente, 6 millones de personas en México hablan esta lengua. Sin embargo, poco a poco está comenzando a desaparecer, en parte por la discriminación hacia hablantes de lenguas indígenas que ocasiona que a las nuevas generaciones no se les enseñe. A través de Tlamatini queremos que más mexicanos (e hispanohablantes) conozcan una de las lenguas maternas de México. Para lograrlo, creamos una extensión que ayuda al usuario a aprender el hermoso vocabulario del Náhuatl, agregando la traducción de algunas de las palabras del texto que el usuario esté leyendo en su navegador. Todo el procesamiento se hace localmente y nuestra extensión no necesita enviar el texto a un servidor remoto por lo que tu información está totalmente segura. Esta extensiópn fue desarrollada por estudiantes del Datalab ITAM, un laboratorio estudiantil del Instintuto Tecnológico Autónomo de México.

The Nahuatl is one of the most important components of Mexican culture and history. Currently, 6 million people in Mexico speak this language. However, this language is beginning to disappear, partly because of the discrimination towards indigenous language speakers which causes that new generations of Mexicans are not taught this language. Through Tlamatini we want more Mexicans (and Spanish speakers) to know one of the mother tongues of Mexico. To achieve this, we created an extension that helps the user learn the beautiful vocabulary of Nahuatl, adding the translation of some of the words of the text that the user is reading in the browser. All processing is done locally and our extension does not need to send the text to a remote server so your information is completely secure. This extension was developed by students of Datalab ITAM, a student laboratory of the Autonomous Technological Institute of Mexico.                    

확장 프로그램 기본 정보

이름 Tlamatini Tlamatini
ID bnegonlbfcibojgcfoknjcbkddnpdija
공식 URL https://chromewebstore.google.com/detail/tlamatini/bnegonlbfcibojgcfoknjcbkddnpdija
설명 Tlamatini te ayudará a aprender vocabulario Náhuatl, añadiendo la traducción de algunas palabras en las páginas que navegas.
파일 크기 104 KB
설치 횟수 23
현재 버전 1.0
최근 업데이트 2019-08-02
출시 날짜 2019-07-27
평점 5.00/5 총 1 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tlamatini",
    "description": "Tlamatini te ayudar\u00e1 a aprender vocabulario N\u00e1huatl, a\u00f1adiendo la traducci\u00f3n de algunas palabras en las p\u00e1ginas que navegas.",
    "version": "1.0",
    "icons": {
        "16": "images\/aztec16.png",
        "32": "images\/aztec32.png",
        "48": "images\/aztec48.png",
        "128": "images\/aztec128.png"
    },
    "web_accessible_resources": [
        "*.json"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}