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文件

下載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
官方網址 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"
            ]
        }
    ]
}