Tagalog to English Dictionary

Translate a Tagalog / Filipino word to English.

Tagalog to English Dictionary란 무엇입니까?

Tagalog to English Dictionary은(는) https://www.tagalog.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Translate a Tagalog / Filipino word to English."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Tagalog to English Dictionary 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Translate words in Tagalog to English with this Filipino / Tagalog to English dictionary.

*** Please note: This is a dictionary program. It does not translate full phrases / sentences.

FEATURES:

1.) QUICK Filipino / Tagalog to English dictionary look ups at your fingertips on any web site. 

2.) 17,000 AUDIO CLIPS: search results include link to audio clips for 17,000 dictionary entries recorded by native Filipino language speakers.

3.) SMART FILIPINO SEARCH: this extension "understands" how the Filipino / Tagalog language works and can strip away Filipino language affixes to show all related Filipino words based on the word root of any word given.

4.) PRONUNCIATION MARKUP: search results include stress accent marks to indicate the stressed syllable of each word for proper pronunciation.


Developed and maintained by:
https://www.TagalogLessons.com

Join us! We are a friendly and active online community of Tagalog language learners of all skill levels.                    

확장 프로그램 기본 정보

이름 Tagalog to English Dictionary Tagalog to English Dictionary
ID ekjkjbodjcdjgafbkolhfjgpfgagdegj
공식 URL https://chromewebstore.google.com/detail/tagalog-to-english-dictio/ekjkjbodjcdjgafbkolhfjgpfgagdegj
설명 Translate a Tagalog / Filipino word to English.
파일 크기 55.79 KB
설치 횟수 868
현재 버전 1.21
최근 업데이트 2020-06-24
출시 날짜 2020-06-23
평점 4.22/5 총 9 개의 평점
개발자 https://www.tagalog.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.tagalog.com/
도움말 페이지 URL https://www.tagalog.com/extensions/
개인정보 보호 정책 페이지 URL https://www.tagaloglessons.com/extensions/privacy_policy.php
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tagalog to English Dictionary",
    "short_name": "TagalogDict",
    "version": "1.21",
    "description": "Translate a Tagalog \/ Filipino word to English.",
    "homepage_url": "https:\/\/www.tagaloglessons.com\/extensions\/v2\/",
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "contextMenus",
        "tabs"
    ],
    "browser_action": {
        "browser_style": false,
        "default_icon": "icons\/filless32.png",
        "default_title": "TagalogDictionary",
        "default_popup": "popup_search_form.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "do-sidebar-search": {
            "suggested_key": {
                "default": "Ctrl+Shift+F"
            },
            "description": "Translate selected text from Tagalog to English"
        }
    },
    "icons": {
        "32": "\/icons\/filless32.png",
        "48": "\/icons\/filless48.png",
        "96": "\/icons\/filless96.png",
        "128": "\/icons\/filless128.png"
    },
    "web_accessible_resources": [
        "search.js",
        "search_results.css",
        "images\/logov2.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup_search.js"
            ]
        }
    ]
}