Trumpsans

This extension applies a font much more suitable for President Trump's tweets

Trumpsansคืออะไร?

Trumpsans เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://sites.google.com/site/ccrabb และคุณลักษณะหลักของมันคือ "This extension applies a font much more suitable for President Trump's tweets"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trumpsans

ดาวน์โหลดไฟล์ส่วนขยาย Trumpsans ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        View Donald Trump's tweets in a font that better fits the statesmanship of their contents. Comic sans.

Icon photo by Gage Skidmore.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Trumpsans Trumpsans
ID mofenaejpbbgffcaekegndfnjnffdiki
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/trumpsans/mofenaejpbbgffcaekegndfnjnffdiki
คำอธิบาย This extension applies a font much more suitable for President Trump's tweets
ขนาดไฟล์ 3.2 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-02-09
วันที่เผยแพร่ 2017-02-09
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา http://sites.google.com/site/ccrabb
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ccrabb/Trumpsans
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trumpsans",
    "description": "This extension applies a font much more suitable for President Trump's tweets",
    "version": "1.0",
    "permissions": [
        "https:\/\/twitter.com\/",
        "http:\/\/twitter.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "http:\/\/twitter.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}