Trump in Comic Sans
Read Donald Trump's tweets in Comic Sans, the only appropriate font for his nonsense.
Trump in Comic Sansคืออะไร?
Trump in Comic Sans เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ljknight และคุณลักษณะหลักของมันคือ "Read Donald Trump's tweets in Comic Sans, the only appropriate font for his nonsense."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trump in Comic Sans
ดาวน์โหลดไฟล์ส่วนขยาย Trump in Comic Sans ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Read Donald Trump's nonsensical tweets in the way they were supposed to be written, in Comic Sans. This covers his Twitter timeline, retweets and embedded tweets. Works even better with my other extension, Donald Trump is Horsey McSnuffles: https://chrome.google.com/webstore/detail/donald-trump-is-horsey-mc/jhdanapbpfgeibpmaciiefhpbbengmak
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | njnoeiehcmhiipnneiagkgifcekmjpik |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/trump-in-comic-sans/njnoeiehcmhiipnneiagkgifcekmjpik |
คำอธิบาย | Read Donald Trump's tweets in Comic Sans, the only appropriate font for his nonsense. |
ขนาดไฟล์ | 21.95 KB |
จำนวนการติดตั้ง | 37 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-02-13 |
วันที่เผยแพร่ | 2017-02-13 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | ljknight |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump in Comic Sans", "author": "Laura Knight", "version": "1.0", "description": "Read Donald Trump's tweets in Comic Sans, the only appropriate font for his nonsense.", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_idle" } ] } |