Table of Contents for GitHub

Adds a table of contents to repositories, gists and wikis on GitHub

Τι είναι το Table of Contents for GitHub;

Το Table of Contents for GitHub είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Arthur Hammer, και η κύρια λειτουργία του είναι "Adds a table of contents to repositories, gists and wikis on GitHub".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Table of Contents for GitHub

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

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

                        No more scrolling around readmes and wikis looking for specific information. Find what you are looking for, quickly.

Works almost anywhere, not just readmes.

- Repos, gists, and wikis
- Any GitHub markup
- Edit and create files and wiki pages right on GitHub
- Simple and unobtrusive

--

Also available for Firefox and Safari. 

For more info and source code: https://github.com/arthurhammer/github-toc                    

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

Όνομα Table of Contents for GitHub Table of Contents for GitHub
ID hlkhpeomjgelmljaknhoboeohhgmmgcn
Επίσημο URL https://chromewebstore.google.com/detail/table-of-contents-for-git/hlkhpeomjgelmljaknhoboeohhgmmgcn
Περιγραφή Adds a table of contents to repositories, gists and wikis on GitHub
Μέγεθος Αρχείου 11.44 KB
Αριθμός Εγκαταστάσεων 365
Τρέχουσα Έκδοση 0.2.5
Τελευταία Ενημέρωση 2016-09-09
Ημερομηνία Δημοσίευσης 2016-09-09
Αξιολόγηση 4.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Arthur Hammer
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/arthurhammer/github-toc
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/arthurhammer/github-toc/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Table of Contents for GitHub",
    "short_name": "GitHub ToC",
    "version": "0.2.5",
    "author": "Arthur Hammer",
    "homepage_url": "https:\/\/github.com\/arthurhammer\/github-toc",
    "description": "Adds a table of contents to repositories, gists and wikis on GitHub",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/*",
                "https:\/\/gist.github.com\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "github-toc.js"
            ]
        }
    ]
}