Comic Sanser

Put the websites you hate in the font they deserve.

Τι είναι το Comic Sanser;

Το Comic Sanser είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ruben Verborgh, και η κύρια λειτουργία του είναι "Put the websites you hate in the font they deserve.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Comic Sanser

Λήψη αρχείων επέκτασης Comic Sanser σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Are you tired of certain websites that don't live up to your standards?
This extension makes your life better by changing their font to Comic Sans MS.

Align their design in perfect harmony with their quality.
This leads to lower expectations on your side, and thus less frustration.

This extension is a must-have: fast and easy.
You choose the domains on which you want Comic Sans, the extension does the rest.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Comic Sanser Comic Sanser
ID ahokdggfbemkkonaepgbegglbfnnlcok
Επίσημο URL https://chromewebstore.google.com/detail/comic-sanser/ahokdggfbemkkonaepgbegglbfnnlcok
Περιγραφή Put the websites you hate in the font they deserve.
Μέγεθος Αρχείου 6.51 KB
Αριθμός Εγκαταστάσεων 21
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2014-09-17
Ημερομηνία Δημοσίευσης 2014-09-17
Προγραμματιστής Ruben Verborgh
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sanser",
    "description": "Put the websites you hate in the font they deserve.",
    "version": "1.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "comicsanser.js"
            ]
        }
    ],
    "options_page": "options.html"
}