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
公式URL 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\/"
    ]
}