The Trumpweb
Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.
The Trumpwebとは何ですか?
The TrumpwebはPatrick Hoganによって開発されたChromeの拡張機能で、その主な機能は「Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.」です。
拡張機能のスクリーンショット
The Trumpweb拡張機能のCRXファイルをダウンロード
The Trumpweb拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Chrome extension looks through the text of a webpage you're visiting and adds a quote that Donald Trump either said during a media appearance or wrote on Twitter to his name. That's it. Nothing more.
Developed by Fusion. Learn more at Fusion.net. 拡張機能の基本情報
| 名前 | |
| ID | fjkehfaokpmcbigmbgdhmjblecgfkedg |
| 公式URL | https://chromewebstore.google.com/detail/the-trumpweb/fjkehfaokpmcbigmbgdhmjblecgfkedg |
| 説明 | Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name. |
| ファイルサイズ | 10.36 KB |
| インストール数 | 3,664 |
| 現在のバージョン | 0.2.1 |
| 最終更新日 | 2015-07-10 |
| 公開日 | 2015-07-10 |
| 評価 | 4.68/5 合計 297 レビュー |
| 開発者 | Patrick Hogan |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.fusion.net |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "The Trumpweb",
"version": "0.2.1",
"description": "Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |