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!」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| 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. |
| Eメール | [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
} | |