indices

Creates an index for articles on the web.

indicesคืออะไร?

indices เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Martian Peaks และคุณลักษณะหลักของมันคือ "Creates an index for articles on the web."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย indices

ดาวน์โหลดไฟล์ส่วนขยาย 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
}