Comic Trump
Trump tweets in Comic Sans. Now with the appropriate level of solemnity a font can offer.
Qu'est-ce que Comic Trump ?
Comic Trump est une extension Chrome développée par Comic Trump, et sa fonction principale est "Trump tweets in Comic Sans. Now with the appropriate level of solemnity a font can offer.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Comic Trump
Téléchargez les fichiers d'extension Comic Trump 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
Informations de Base sur l'Extension
Nom | |
ID | lgdmnanocmociokhicfnjhogmdedppnh |
URL Officiel | https://chromewebstore.google.com/detail/comic-trump/lgdmnanocmociokhicfnjhogmdedppnh |
Description | Trump tweets in Comic Sans. Now with the appropriate level of solemnity a font can offer. |
Taille du Fichier | 59.89 KB |
Nombre d'Installations | 38 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2017-02-10 |
Date de Publication | 2017-02-09 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Comic Trump |
Type de Paiement | free |
Langues Prises en Charge | 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" } |