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 |
| Eメール | [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
} | |