indices

Creates an index for articles on the web.

indices là gì?

indices là một tiện ích mở rộng Chrome được phát triển bởi Martian Peaks, và tính năng chính của nó là "Creates an index for articles on the web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng indices

Tải xuống các tệp mở rộng indices dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên indices indices
ID ilicifhajkigmalgipoidbmgbjgmoeck
URL Chính Thức https://chromewebstore.google.com/detail/indices/ilicifhajkigmalgipoidbmgbjgmoeck
Mô tả Creates an index for articles on the web.
Kích Thước Tệp 38.88 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 0.4.0
Cập Nhật Lần Cuối 2018-04-25
Ngày Phát Hành 2018-04-25
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Martian Peaks
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}