Modern Index Pages

Nicer-looking directory index pages

Modern Index Pagesคืออะไร?

Modern Index Pages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joan Rieu และคุณลักษณะหลักของมันคือ "Nicer-looking directory index pages"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Modern Index Pages ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Turns default index pages sent by web servers into nice file listings with media preview for images, videos and music.

Requires access to all tabs to detect when you navigate to an index page.

This is open-source software distributed under AGPL-3.0.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Modern Index Pages Modern Index Pages
ID mmjnocknbdkhaedmnfhdlgcognjcgkee
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/modern-index-pages/mmjnocknbdkhaedmnfhdlgcognjcgkee
คำอธิบาย Nicer-looking directory index pages
ขนาดไฟล์ 90.98 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2016-01-04
วันที่เผยแพร่ 2016-01-04
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Joan Rieu
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/joanrieu/modern-index-pages
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Modern Index Pages",
    "description": "Nicer-looking directory index pages",
    "version": "1.1.1",
    "permissions": [
        "webNavigation",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "listener.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon128.png"
    }
}