“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文件

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

擴展使用說明

                        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
官方網址 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"
        }
    ]
}