Cat > Trump

Replacing (some of) Donald Trump's images with a cat.

什麼是Cat > Trump?

Cat > Trump是由leahxraexcar開發的Chrome擴展程式,該擴展的主要功能是“Replacing (some of) Donald Trump's images with a cat.”。

擴展截圖

screenshot
screenshot

下載Cat > Trump擴展crx文件

下載Cat > Trump擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Replacing (some of) Donald Trump's images with a cat.                    

擴展基本資訊

名稱 Cat > Trump Cat > Trump
ID keihijkeloabonioojkiohiloiebnbdl
官方網址 https://chrome.google.com/webstore/detail/cat-%3E-trump/keihijkeloabonioojkiohiloiebnbdl
簡介 Replacing (some of) Donald Trump's images with a cat.
檔案大小 114 KB
安裝次數 41
目前版本 0.1
更新時間 2016-11-16
上架時間 2016-11-16
開發者 leahxraexcar
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cat > Trump",
    "version": "0.1",
    "web_accessible_resources": [
        "cat.jpg"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "content.js"
            ]
        }
    ]
}