Comic Sans Twitter

Show all tweets in Comic Sans font

Cos'è Comic Sans Twitter?

Comic Sans Twitter è un'estensione di Chrome sviluppata da katystreet, e la sua funzione principale è "Show all tweets in Comic Sans font".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Comic Sans Twitter

Scarica i file di estensione Comic Sans Twitter 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

                        Make all your tweets Comic Sans.                    

Informazioni di Base sull'Estensione

Nome Comic Sans Twitter Comic Sans Twitter
ID hamipdmocohimjhohllchgclheibnkfn
URL Ufficiale https://chrome.google.com/webstore/detail/comic-sans-twitter/hamipdmocohimjhohllchgclheibnkfn
Descrizione Show all tweets in Comic Sans font
Dimensione del File 134 KB
Conteggio Installazioni 19
Versione Corrente 0.0.2
Ultimo Aggiornamento 2018-12-17
Data di Pubblicazione 2018-12-17
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore katystreet
Tipo di Pagamento free
Sito Web dell'Estensione http://www.katygero.com
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comic Sans Twitter",
    "version": "0.0.2",
    "description": "Show all tweets in Comic Sans font",
    "permissions": [
        "*:\/\/*.twitter.com\/*"
    ],
    "icons": {
        "16": "images\/noun_turtle_transparent_cropped_16.png",
        "32": "images\/noun_turtle_transparent_cropped_32.png",
        "48": "images\/noun_turtle_transparent_cropped_48.png",
        "128": "images\/noun_turtle_transparent_cropped_128.png"
    },
    "browser_action": {
        "default_icon": "images\/noun_turtle_transparent_cropped_32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}