indices

Creates an index for articles on the web.

什么是indices?

indices是由Martian Peaks开发的Chrome扩展程序,该扩展的主要功能是“Creates an index for articles on the web.”。

扩展截图

screenshot

下载indices扩展crx文件

下载indices扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 indices indices
ID ilicifhajkigmalgipoidbmgbjgmoeck
官方URL https://chromewebstore.google.com/detail/indices/ilicifhajkigmalgipoidbmgbjgmoeck
简介 Creates an index for articles on the web.
文件大小 38.88 KB
安装次数 34
当前版本 0.4.0
更新时间 2018-04-25
上架时间 2018-04-25
评分 3.50/5 共2次评分
开发者 Martian Peaks
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}