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
Eメール [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
}