Modern Index Pages

Nicer-looking directory index pages

什麼是Modern Index Pages?

Modern Index Pages是由Joan Rieu開發的Chrome擴展程式,該擴展的主要功能是“Nicer-looking directory index pages”。

擴展截圖

screenshot

下載Modern Index Pages擴展crx文件

下載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
官方網址 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"
    }
}