Modern Index Pages

Nicer-looking directory index pages

Modern Index Pages là gì?

Modern Index Pages là một tiện ích mở rộng Chrome được phát triển bởi Joan Rieu, và tính năng chính của nó là "Nicer-looking directory index pages".

Ả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 Modern Index Pages

Tải xuống các tệp mở rộng Modern Index Pages 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

                        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.                    

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

Tên Modern Index Pages Modern Index Pages
ID mmjnocknbdkhaedmnfhdlgcognjcgkee
URL Chính Thức https://chromewebstore.google.com/detail/modern-index-pages/mmjnocknbdkhaedmnfhdlgcognjcgkee
Mô tả Nicer-looking directory index pages
Kích Thước Tệp 90.98 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2016-01-04
Ngày Phát Hành 2016-01-04
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Joan Rieu
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/joanrieu/modern-index-pages
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}