Ponddy Digest – Weekly Chinese Articles

Learn Chinese with interesting, trending topics!

什么是Ponddy Digest – Weekly Chinese Articles?

Ponddy Digest – Weekly Chinese Articles是由Ponddy Education Inc.开发的Chrome扩展程序,该扩展的主要功能是“Learn Chinese with interesting, trending topics!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Ponddy Digest – Weekly Chinese Articles扩展crx文件

下载Ponddy Digest – Weekly Chinese Articles扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/
隐私政策页面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": "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
}