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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/
개인정보 보호 정책 페이지 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
}