indices

Creates an index for articles on the web.

Co je indices?

indices je rozšíření Chrome vyvinuté Martian Peaks, a jeho hlavní funkcí je „Creates an index for articles on the web.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření indices

Stáhněte si soubory rozšíření indices ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název indices indices
ID ilicifhajkigmalgipoidbmgbjgmoeck
Oficiální URL https://chromewebstore.google.com/detail/indices/ilicifhajkigmalgipoidbmgbjgmoeck
Popis Creates an index for articles on the web.
Velikost souboru 38.88 KB
Počet instalací 34
Aktuální Verze 0.4.0
Poslední Aktualizace 2018-04-25
Datum Vydání 2018-04-25
Hodnocení 3.50/5 Celkem 2 Hodnocení
Vývojář Martian Peaks
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}