Ponddy Digest – Weekly Chinese Articles

Learn Chinese with interesting, trending topics!

ما هو Ponddy Digest – Weekly Chinese Articles؟

Ponddy Digest – Weekly Chinese Articles هو إضافة Chrome تم تطويرها بواسطة Ponddy Education Inc.، والميزة الرئيسية لها هي "Learn Chinese with interesting, trending topics!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Ponddy Digest – Weekly Chinese Articles

قم بتنزيل ملفات الامتداد Ponddy Digest – Weekly Chinese Articles بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        It's interactive!
It's customizable!
It's shareable!
It's FREE!

Introduction video:
https://www.youtube.com/watch?v=guPDYUmn8DY                    

معلومات أساسية عن التمديد

الاسم Ponddy Digest – Weekly Chinese Articles Ponddy Digest – Weekly Chinese Articles
ID padhecljpmdefpkhpphkjdanjbmkhgoc
عنوان URL الرسمي https://chromewebstore.google.com/detail/ponddy-digest-%E2%80%93-weekly-ch/padhecljpmdefpkhpphkjdanjbmkhgoc
الوصف Learn Chinese with interesting, trending topics!
حجم الملف 1.21 MB
عدد التثبيتات 361
النسخة الحالية 1.10.28
آخر تحديث 2020-12-16
تاريخ النشر 2020-05-07
تقييم 5.00/5 مجموع تقييمات 10
المطور Ponddy Education Inc.
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://chinese.ponddy.com/
عنوان صفحة سياسة الخصوصية https://docs.google.com/document/d/1rHVOQbj-WannGhuI2j3uEzXvgrtf9rh03fdB4MxJGC8/edit?usp=sharing
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.10.28",
    "name": "Ponddy Digest \u2013 Weekly Chinese Articles",
    "description": "Learn Chinese with interesting, trending topics!",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "identity",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/ponddyreader-master.s3.amazonaws.com\/**\/*"
    ],
    "browser_action": {
        "default_title": "Ponddy Digest \u2013 Weekly Chinese Articles",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/Digest_icon_16x16.png",
            "32": "images\/Digest_icon_32x32.png",
            "48": "images\/Digest_icon_48x48.png",
            "128": "images\/Digest_icon_128x128.png"
        }
    },
    "icons": {
        "16": "images\/Digest_icon_16x16.png",
        "32": "images\/Digest_icon_32x32.png",
        "48": "images\/Digest_icon_48x48.png",
        "128": "images\/Digest_icon_128x128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "custom\/template\/digest.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
}