Table of Contents Sidebar

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

Wat is Table of Contents Sidebar?

Table of Contents Sidebar is een Chrome-extensie ontwikkeld door codedraken, en de belangrijkste functie is "A lightweight plugin that generates a table of contents sidebar for navigating or copying".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Table of Contents Sidebar

Download Table of Contents Sidebar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Table of Contents Sidebar Table of Contents Sidebar
ID gnfemeofnjpbaigdpammdejmmjhdejih
Officiële URL https://chromewebstore.google.com/detail/table-of-contents-sidebar/gnfemeofnjpbaigdpammdejmmjhdejih
Beschrijving A lightweight plugin that generates a table of contents sidebar for navigating or copying
Bestandsgrootte 128 KB
Aantal Installaties 896
Huidige Versie 1.0
Laatst Bijgewerkt 2019-05-27
Publicatiedatum 2019-05-27
Beoordeling 2.67/5 Totaal 3 Beoordelingen
Ontwikkelaar codedraken
Betalingswijze free
Extensiewebsite https://github.com/CodeDraken/table-of-contents-generator
Help Pagina-URL https://github.com/CodeDraken/table-of-contents-generator/issues
Ondersteunde Talen 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"
    ]
}