indices

Creates an index for articles on the web.

Qu'est-ce que indices ?

indices est une extension Chrome développée par Martian Peaks, et sa fonction principale est "Creates an index for articles on the web.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension indices

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

                        Indices creates a Table of Contents sidebar for Medium articles, and enables you to skip around.

It's for you if you're an avid Medium reader.

Contribute, if that's your thing: https://github.com/lunaroyster/indices

Privacy Policy: https://bit.ly/2JgC9Y2                    

Informations de Base sur l'Extension

Nom indices indices
ID ilicifhajkigmalgipoidbmgbjgmoeck
URL Officiel https://chromewebstore.google.com/detail/indices/ilicifhajkigmalgipoidbmgbjgmoeck
Description Creates an index for articles on the web.
Taille du Fichier 38.88 KB
Nombre d'Installations 34
Version Actuelle 0.4.0
Dernière Mise à Jour 2018-04-25
Date de Publication 2018-04-25
Évaluation 3.50/5 Total 2 Évaluations
Développeur Martian Peaks
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "indices",
    "version": "0.4.0",
    "description": "Creates an index for articles on the web.",
    "icons": {
        "128": "images\/indices.png"
    },
    "background": {
        "page": "background\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "importedScripts\/jquery.min.js",
                "contentScripts\/contentScript.js"
            ],
            "css": [
                "contentScripts\/contentScript.css"
            ]
        }
    ],
    "permissions": [
        "contextMenus"
    ],
    "content_security_policy": "script-src https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com 'self'; object-src 'self'",
    "manifest_version": 2
}