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.”。

擴展截圖

screenshot

下載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 The Trumpweb
ID fjkehfaokpmcbigmbgdhmjblecgfkedg
官方網址 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"
        }
    ]
}