Comic Trump
Trump tweets in Comic Sans. Now with the appropriate level of solemnity a font can offer.
Comic Trumpคืออะไร?
Comic Trump เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Comic Trump และคุณลักษณะหลักของมันคือ "Trump tweets in Comic Sans. Now with the appropriate level of solemnity a font can offer."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Comic Trump
ดาวน์โหลดไฟล์ส่วนขยาย Comic Trump ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lgdmnanocmociokhicfnjhogmdedppnh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/comic-trump/lgdmnanocmociokhicfnjhogmdedppnh |
คำอธิบาย | Trump tweets in Comic Sans. Now with the appropriate level of solemnity a font can offer. |
ขนาดไฟล์ | 59.89 KB |
จำนวนการติดตั้ง | 38 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2017-02-10 |
วันที่เผยแพร่ | 2017-02-09 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Comic Trump |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "ReenignE", "content_scripts": [ { "css": [ "css\/comic.css" ], "run_at": "document_start", "matches": [ "https:\/\/twitter.com\/*", "https:\/\/*.twitter.com\/*" ] } ], "description": "Trump tweets in Comic Sans. Now with the appropriate level of solemnity a font can offer.", "icons": { "16": "img\/icon-16x16.png", "19": "img\/icon-19x19.png", "38": "img\/icon-38x38.png", "48": "img\/icon-48x48.png", "128": "img\/icon-128x128.png" }, "manifest_version": 2, "minimum_chrome_version": "40", "name": "Comic Trump", "short_name": "Comic Trump", "version": "0.0.3" } |