Comic Sans Twitter

Show all tweets in Comic Sans font

Wat is Comic Sans Twitter?

Comic Sans Twitter is een Chrome-extensie ontwikkeld door katystreet, en de belangrijkste functie is "Show all tweets in Comic Sans font".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Comic Sans Twitter

Download Comic Sans Twitter-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

                        Make all your tweets Comic Sans.                    

Basisinformatie over de Extensie

Naam Comic Sans Twitter Comic Sans Twitter
ID hamipdmocohimjhohllchgclheibnkfn
Officiële URL https://chrome.google.com/webstore/detail/comic-sans-twitter/hamipdmocohimjhohllchgclheibnkfn
Beschrijving Show all tweets in Comic Sans font
Bestandsgrootte 134 KB
Aantal Installaties 19
Huidige Versie 0.0.2
Laatst Bijgewerkt 2018-12-17
Publicatiedatum 2018-12-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar katystreet
Betalingswijze free
Extensiewebsite http://www.katygero.com
Ondersteunde Talen 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
}