Ponddy Daily Words:A Fun Way To Learn Chinese

A word a day goes a long way. Now you have a handy way to learn Chinese - Ponddy Daily Words!

Ponddy Daily Words:A Fun Way To Learn Chinese क्या है?

Ponddy Daily Words:A Fun Way To Learn Chinese Ponddy Education Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A word a day goes a long way. Now you have a handy way to learn Chinese - Ponddy Daily Words!"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Ponddy Daily Words:A Fun Way To Learn Chinese एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A word a day goes a long way. Now you have a handy way to learn Chinese - Ponddy Daily Words! Turn your "new tab" page to get updated Chinese Flashcards every day. Get familiar with Chinese words that match your proficiency level, and easily build up your vocabulary while surfing on the internet. Get it now and build up your vocabulary before you know it. It's FREE!

- 5 different Chinese words a day with vivid photos
- Adjust word difficulty levels and level systems to suit your needs among the official standards: HSK, TOCFL, PONDDY
- Over 20 thousand vocabulary available!
- Choose your preferred character system: traditional or simplified
- Audio recordings by native speakers                    

एक्सटेंशन की मूल जानकारी

नाम Ponddy Daily Words:A Fun Way To Learn Chinese Ponddy Daily Words:A Fun Way To Learn Chinese
ID eaieadhpfjjlkgmfnkmlhppdpjkgddag
आधिकारिक URL https://chromewebstore.google.com/detail/ponddy-daily-wordsa-fun-w/eaieadhpfjjlkgmfnkmlhppdpjkgddag
विवरण A word a day goes a long way. Now you have a handy way to learn Chinese - Ponddy Daily Words!
फ़ाइल का आकार 1.15 MB
स्थापना संख्या 230
वर्तमान संस्करण 2.30.4
अंतिम अपडेट 2022-10-26
प्रकाशन तिथि 2019-12-16
रेटिंग 4.89/5 कुल 9 रेटिंग्स
डेवलपर Ponddy Education Inc.
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/1rHVOQbj-WannGhuI2j3uEzXvgrtf9rh03fdB4MxJGC8/edit?usp=sharing
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.30.4",
    "name": "Ponddy Daily Words:A Fun Way To Learn Chinese",
    "description": "A word a day goes a long way. Now you have a handy way to learn Chinese - Ponddy Daily Words!",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "identity"
    ],
    "browser_action": {
        "default_title": "Ponddy Daily Words:A Fun Way To Learn Chinese",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/PonddyDailyWord_BlueIcon_Small_16x16.png",
            "32": "images\/PonddyDailyWord_BlueIcon_Small_32x32.png",
            "48": "images\/PonddyDailyWord_BlueIcon_Small_48x48.png",
            "128": "images\/PonddyDailyWord_BlueIcon_Small_128x128.png"
        }
    },
    "icons": {
        "16": "images\/PonddyDailyWord_BlueIcon_Small_16x16.png",
        "32": "images\/PonddyDailyWord_BlueIcon_Small_32x32.png",
        "48": "images\/PonddyDailyWord_BlueIcon_Small_48x48.png",
        "128": "images\/PonddyDailyWord_BlueIcon_Small_128x128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "custom\/template\/dailyword.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "web_accessible_resources": [
        "custom\/*\/*.*"
    ],
    "options_page": "options.html",
    "offline_enabled": false,
    "manifest_version": 2
}