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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}