Not Normal

Reminds users that Trump is a garbage human

什麼是Not Normal?

Not Normal是由charles.t.hack開發的Chrome擴展程式,該擴展的主要功能是“Reminds users that Trump is a garbage human”。

擴展截圖

screenshot
screenshot

下載Not Normal擴展crx文件

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

擴展使用說明

                        Inserts things that Donald Trump has said and done when his name appears in articles and on social media.

Not Normal helps you remember the things the new POTUS has done, in case they're not seared into your brain already. Users will be reminded of facts (sourced from the Slate piece below) and be reminded that every day is not normal.

Inspiration:
http://www.slate.com/articles/news_and_politics/cover_story/2016/07/donald_trump_is_unfit_to_be_president_here_are_141_reasons_why.html
https://chrome.google.com/webstore/detail/skeyboardleopard/oheflacdocadefgdpiimpapbkomhgbbe

by @colinjstokes, @c_hack and @JasonAdamK                    

擴展基本資訊

名稱 Not Normal Not Normal
ID bjeohlfabnciaiekidackbcfdflcdhid
官方網址 https://chromewebstore.google.com/detail/not-normal/bjeohlfabnciaiekidackbcfdflcdhid
簡介 Reminds users that Trump is a garbage human
檔案大小 61 KB
安裝次數 30
目前版本 0.0.7
更新時間 2017-01-20
上架時間 2017-01-19
評分 3.67/5 共 3 次評分
開發者 charles.t.hack
付費類型 free
擴展官網 https://twitter.com/colinjstokes
說明頁面URL https://twitter.com/c_hack
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Not Normal",
    "description": "Reminds users that Trump is a garbage human",
    "version": "0.0.7",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "trumpslatorpro.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "trumpicon.png"
    },
    "icons": {
        "128": "trumpicon.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}