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.
扩展基本信息
名称 | The Trumpweb |
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" } ] } |