Trump in Comic Sans

Read Donald Trump's tweets in Comic Sans, the only appropriate font for his nonsense.

Wat is Trump in Comic Sans?

Trump in Comic Sans is een Chrome-extensie ontwikkeld door ljknight, en de belangrijkste functie is "Read Donald Trump's tweets in Comic Sans, the only appropriate font for his nonsense.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Trump in Comic Sans

Download Trump in Comic Sans-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Trump in Comic Sans Trump in Comic Sans
ID njnoeiehcmhiipnneiagkgifcekmjpik
Officiële URL https://chrome.google.com/webstore/detail/trump-in-comic-sans/njnoeiehcmhiipnneiagkgifcekmjpik
Beschrijving Read Donald Trump's tweets in Comic Sans, the only appropriate font for his nonsense.
Bestandsgrootte 21.95 KB
Aantal Installaties 37
Huidige Versie 1.0
Laatst Bijgewerkt 2017-02-13
Publicatiedatum 2017-02-13
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar ljknight
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}