The Washington Post
Stay informed with hand-picked stories from the editors of The Washington Post.
什么是The Washington Post?
The Washington Post是由https://www.washingtonpost.com开发的Chrome扩展程序,该扩展的主要功能是“Stay informed with hand-picked stories from the editors of The Washington Post.”。
扩展截图
下载The Washington Post扩展crx文件
下载The Washington Post扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
See today’s top stories each time you open a new tab. 扩展基本信息
| 名称 | |
| ID | ilgaabojccagggalemipkfjbcdemjgee |
| 官方URL | https://chromewebstore.google.com/detail/the-washington-post/ilgaabojccagggalemipkfjbcdemjgee |
| 简介 | Stay informed with hand-picked stories from the editors of The Washington Post. |
| 文件大小 | 17.64 KB |
| 安装次数 | 52,894 |
| 当前版本 | 1.0 |
| 更新时间 | 2021-05-06 |
| 上架时间 | 2020-06-08 |
| 评分 | 4.49/5 共35次评分 |
| 开发者 | https://www.washingtonpost.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.washingtonpost.com/privacy-policy/2011/11/18/gIQASIiaiN_story.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "The Washington Post",
"description": "Stay informed with hand-picked stories from the editors of The Washington Post.",
"icons": {
"16": "wp-logo-16.png",
"48": "wp-logo-48.png",
"128": "wp-logo-128.png"
},
"version": "1.0",
"chrome_url_overrides": {
"newtab": "rainbow.html"
},
"permissions": [
"https:\/\/www.google-analytics.com\/*"
],
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/; object-src 'self'",
"manifest_version": 2
} | |