Trump in Comic Sans
Read Donald Trump's tweets in Comic Sans, the only appropriate font for his nonsense.
Qu'est-ce que Trump in Comic Sans ?
Trump in Comic Sans est une extension Chrome développée par ljknight, et sa fonction principale est "Read Donald Trump's tweets in Comic Sans, the only appropriate font for his nonsense.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trump in Comic Sans
Téléchargez les fichiers d'extension Trump in Comic Sans au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | njnoeiehcmhiipnneiagkgifcekmjpik |
URL Officiel | https://chrome.google.com/webstore/detail/trump-in-comic-sans/njnoeiehcmhiipnneiagkgifcekmjpik |
Description | Read Donald Trump's tweets in Comic Sans, the only appropriate font for his nonsense. |
Taille du Fichier | 21.95 KB |
Nombre d'Installations | 37 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-02-13 |
Date de Publication | 2017-02-13 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | ljknight |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |