indices

Creates an index for articles on the web.

Was ist indices?

indices ist eine Chrome-Erweiterung, die von Martian Peaks entwickelt wurde, und ihr Hauptmerkmal ist "Creates an index for articles on the web.".

Erweiterungsscreenshots

screenshot

indices-Erweiterungs-CRX-Datei herunterladen

Laden Sie indices-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name indices indices
ID ilicifhajkigmalgipoidbmgbjgmoeck
Offizielle URL https://chromewebstore.google.com/detail/indices/ilicifhajkigmalgipoidbmgbjgmoeck
Beschreibung Creates an index for articles on the web.
Dateigröße 38.88 KB
Installationsanzahl 34
Aktuelle Version 0.4.0
Letztes Update 2018-04-25
Veröffentlichungsdatum 2018-04-25
Bewertung 3.50/5 Insgesamt 2 Bewertungen
Entwickler Martian Peaks
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}