TOC of Medium

Create a table of contents on the edit screen of Medium.

Qu'est-ce que TOC of Medium ?

TOC of Medium est une extension Chrome développée par nikaera, et sa fonction principale est "Create a table of contents on the edit screen of Medium.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension TOC of Medium

Téléchargez les fichiers d'extension TOC of Medium 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

                        When you add this plugin, you can create a table of contents at the input position by pressing the Ctrl + t key!

Also, you can copy a table of contents by clicking on the clipboard icon that appears in the upper right corner of the screen. You can embed a table of contents in an article by pasting it where you want to insert it.

To update the table of contents, click on the clipboard icon again to copy the latest table of contents, or press Ctrl + t key at the position where you want to create the latest table of contents.

How to use: https://medium.com/@nikaera/8c8d344313fe
GitHub Repository: https://github.com/nikaera/toc-medium-extension                    

Informations de Base sur l'Extension

Nom TOC of Medium TOC of Medium
ID jcpcpidaogolhkcapgdiblaeglijmhaa
URL Officiel https://chromewebstore.google.com/detail/toc-of-medium/jcpcpidaogolhkcapgdiblaeglijmhaa
Description Create a table of contents on the edit screen of Medium.
Taille du Fichier 196 KB
Nombre d'Installations 140
Version Actuelle 1.0.3
Dernière Mise à Jour 2020-05-16
Date de Publication 2020-05-15
Développeur nikaera
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://medium.com/@nikaera/chrome-extension-for-creating-a-toc-for-medium-8c8d344313fe
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TOC of Medium",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Create a table of contents on the edit screen of Medium.",
    "web_accessible_resources": [
        "images\/buttonIcon.png"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "https:\/\/medium.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/medium.com\/p\/*"
            ],
            "css": [
                "stylesheets\/style.css"
            ],
            "js": [
                "app.js"
            ]
        }
    ]
}