Table of Contents Sidebar

A lightweight plugin that generates a table of contents sidebar for navigating or copying

Qu'est-ce que Table of Contents Sidebar ?

Table of Contents Sidebar est une extension Chrome développée par codedraken, et sa fonction principale est "A lightweight plugin that generates a table of contents sidebar for navigating or copying".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Table of Contents Sidebar

Téléchargez les fichiers d'extension Table of Contents Sidebar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Quickly and easily generate a table of contents for articles you're reading or for use on articles you write.

This extension currently only supports the Medium platform. ( https://medium.com/ )

It's also free and open-source. You can get the code for it here: https://github.com/CodeDraken/table-of-contents-generator



Icon created by Icons8 @ https://icons8.com/                    

Informations de Base sur l'Extension

Nom Table of Contents Sidebar Table of Contents Sidebar
ID gnfemeofnjpbaigdpammdejmmjhdejih
URL Officiel https://chromewebstore.google.com/detail/table-of-contents-sidebar/gnfemeofnjpbaigdpammdejmmjhdejih
Description A lightweight plugin that generates a table of contents sidebar for navigating or copying
Taille du Fichier 128 KB
Nombre d'Installations 896
Version Actuelle 1.0
Dernière Mise à Jour 2019-05-27
Date de Publication 2019-05-27
Évaluation 2.67/5 Total 3 Évaluations
Développeur codedraken
Type de Paiement free
Site Web de l'Extension https://github.com/CodeDraken/table-of-contents-generator
URL de la Page d'Aide https://github.com/CodeDraken/table-of-contents-generator/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Table of Contents Sidebar",
    "version": "1.0",
    "author": "CodeDraken",
    "description": "A lightweight plugin that generates a table of contents sidebar for navigating or copying",
    "manifest_version": 2,
    "icons": {
        "128": ".\/assets\/icon128.png"
    },
    "browser_action": {
        "default_title": "ToC",
        "default_popup": ".\/html\/popup.html"
    },
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}