“President” Trump

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

“President” Trumpคืออะไร?

“President” Trump เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.someguy.is และคุณลักษณะหลักของมันคือ "Replaces instances of President Trump with “President” Trump (adds quotations)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย “President” Trump

ดาวน์โหลดไฟล์ส่วนขยาย “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
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"
        }
    ]
}