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 |
公式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" } ] } |