Tagalog to English Dictionary

Translate a Tagalog / Filipino word to English.

Tagalog to English Dictionary क्या है?

Tagalog to English Dictionary https://www.tagalog.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translate a Tagalog / Filipino word to English."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tagalog to English Dictionary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}