Trump in Comic Sans

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

Cos'è Trump in Comic Sans?

Trump in Comic Sans è un'estensione di Chrome sviluppata da ljknight, e la sua funzione principale è "Read Donald Trump's tweets in Comic Sans, the only appropriate font for his nonsense.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Trump in Comic Sans

Scarica i file di estensione Trump in Comic Sans in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Trump in Comic Sans Trump in Comic Sans
ID njnoeiehcmhiipnneiagkgifcekmjpik
URL Ufficiale https://chrome.google.com/webstore/detail/trump-in-comic-sans/njnoeiehcmhiipnneiagkgifcekmjpik
Descrizione Read Donald Trump's tweets in Comic Sans, the only appropriate font for his nonsense.
Dimensione del File 21.95 KB
Conteggio Installazioni 37
Versione Corrente 1.0
Ultimo Aggiornamento 2017-02-13
Data di Pubblicazione 2017-02-13
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore ljknight
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}