Tagalog to English Dictionary

Translate a Tagalog / Filipino word to English.

Tagalog to English Dictionaryคืออะไร?

Tagalog to English Dictionary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.tagalog.com และคุณลักษณะหลักของมันคือ "Translate a Tagalog / Filipino word to English."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tagalog to English Dictionary

ดาวน์โหลดไฟล์ส่วนขยาย Tagalog to English Dictionary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}