indices

Creates an index for articles on the web.

Wat is indices?

indices is een Chrome-extensie ontwikkeld door Martian Peaks, en de belangrijkste functie is "Creates an index for articles on the web.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie indices

Download indices-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

                        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                    

Basisinformatie over de Extensie

Naam indices indices
ID ilicifhajkigmalgipoidbmgbjgmoeck
Officiële URL https://chromewebstore.google.com/detail/indices/ilicifhajkigmalgipoidbmgbjgmoeck
Beschrijving Creates an index for articles on the web.
Bestandsgrootte 38.88 KB
Aantal Installaties 34
Huidige Versie 0.4.0
Laatst Bijgewerkt 2018-04-25
Publicatiedatum 2018-04-25
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Martian Peaks
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}