Dark Octo Themes

Allows you to view source code on GitHub with a dark theme instead of the default light theme.

Τι είναι το Dark Octo Themes;

Το Dark Octo Themes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Craig MacGregor, και η κύρια λειτουργία του είναι "Allows you to view source code on GitHub with a dark theme instead of the default light theme.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Dark Octo Themes

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

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

                        If you use github extensively, but prefer a darker theme when viewing source code, this app can do just that! Install it and you will be presented with a vibrantink theme for all source code files and diffs while viewing github.com.                    

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

Όνομα Dark Octo Themes Dark Octo Themes
ID iahjlgmjhgemeebaflejbgfpojahcnng
Επίσημο URL https://chromewebstore.google.com/detail/dark-octo-themes/iahjlgmjhgemeebaflejbgfpojahcnng
Περιγραφή Allows you to view source code on GitHub with a dark theme instead of the default light theme.
Μέγεθος Αρχείου 365 KB
Αριθμός Εγκαταστάσεων 121
Τρέχουσα Έκδοση 1.17
Τελευταία Ενημέρωση 2020-05-11
Ημερομηνία Δημοσίευσης 2020-05-11
Αξιολόγηση 3.50/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Craig MacGregor
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://allthingscraig.com
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/craigerm/dark-octo-themes
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Octo Themes",
    "version": "1.17",
    "manifest_version": 2,
    "description": "Allows you to view source code on GitHub with a dark theme instead of the default light theme.",
    "icons": {
        "128": "src\/images\/icon.png"
    },
    "background": {
        "scripts": [
            "src\/js\/applyTheme.js",
            "src\/js\/themeStorage.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/gist.github.com\/*",
        "https:\/\/github.com\/*"
    ],
    "options_page": "src\/options.html"
}