The Donald Speaks
On Google News, gives President a chance to comment on every newsworthy event.
The Donald Speaksとは何ですか?
The Donald SpeaksはMike Tsaoによって開発されたChromeの拡張機能で、その主な機能は「On Google News, gives President a chance to comment on every newsworthy event.」です。
The Donald Speaks拡張機能のCRXファイルをダウンロード
The Donald Speaks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Inspired by http://thanks-obama.tumblr.com/. Updated for 2016 Presidential election cycle.
拡張機能の基本情報
名前 | The Donald Speaks |
ID | demkpeekimedlljfklgoehpgmiapicki |
公式URL | https://chromewebstore.google.com/detail/the-donald-speaks/demkpeekimedlljfklgoehpgmiapicki |
説明 | On Google News, gives President a chance to comment on every newsworthy event. |
ファイルサイズ | 110 KB |
インストール数 | 14 |
現在のバージョン | 0.0.0.3 |
最終更新日 | 2016-11-09 |
公開日 | 2016-11-09 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Mike Tsao |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Donald Speaks", "description": "On Google News, gives President a chance to comment on every newsworthy event.", "version": "0.0.0.3", "manifest_version": 2, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/news.google.com\/*" ], "js": [ "main.js" ] } ] } |