“President” Trump

Replaces instances of President Trump with “President” Trump (adds quotations)

“President” Trump란 무엇입니까?

“President” Trump은(는) https://www.someguy.is에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces instances of President Trump with “President” Trump (adds quotations)"입니다.

확장 프로그램 스크린샷

screenshot

“President” Trump 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        It'll also insert "President" before mentions of Trump... because over the next 4 years, it's important to be reminded that his presidency is illegitimate. Give it a try, it's oddly soothing.                    

확장 프로그램 기본 정보

이름 “President” Trump “President” Trump
ID mepmmhgfbgdepgombedfmppbjcjnaibg
공식 URL https://chromewebstore.google.com/detail/%E2%80%9Cpresident%E2%80%9D-trump/mepmmhgfbgdepgombedfmppbjcjnaibg
설명 Replaces instances of President Trump with “President” Trump (adds quotations)
파일 크기 200 KB
설치 횟수 246
현재 버전 1.2
최근 업데이트 2017-01-21
출시 날짜 2017-01-21
평점 4.73/5 총 22 개의 평점
개발자 https://www.someguy.is
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.someguy.is
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u201cPresident\u201d Trump",
    "short_name": "Replaces instances of President Trump with \u201cPresident\u201d Trump (adds quotations",
    "version": "1.2",
    "description": "Replaces instances of President Trump with \u201cPresident\u201d Trump (adds quotations)",
    "icons": {
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}