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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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