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是由ljknight開發的Chrome擴展程式,該擴展的主要功能是“Read Donald Trump's tweets in Comic Sans, the only appropriate font for his nonsense.”。
擴展截圖
下載Trump in Comic Sans擴展crx文件
下載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 |
官方網址 | 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" } ] } |