Everything is Gothic

For when you want your web browsing to have a bit more of a gothic flare to it.

Τι είναι το Everything is Gothic;

Το Everything is Gothic είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον emily hummel, και η κύρια λειτουργία του είναι "For when you want your web browsing to have a bit more of a gothic flare to it.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Everything is Gothic

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

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

                        Feeling the need to live a bit more in the 19th century? Looking for dark moors, secrets, libraries, and suitors that don't have your best interest at heart?                    

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

Όνομα Everything is Gothic Everything is Gothic
ID njkfbecnecfdgpdgpmjgfabnjhinjcmc
Επίσημο URL https://chromewebstore.google.com/detail/everything-is-gothic/njkfbecnecfdgpdgpmjgfabnjhinjcmc
Περιγραφή For when you want your web browsing to have a bit more of a gothic flare to it.
Μέγεθος Αρχείου 41.98 KB
Αριθμός Εγκαταστάσεων 272
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2015-07-21
Ημερομηνία Δημοσίευσης 2015-07-20
Αξιολόγηση 3.50/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής emily hummel
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Everything is Gothic",
    "version": "1.0",
    "description": "For when you want your web browsing to have a bit more of a gothic flare to it.",
    "author": "Emily Hummel",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}