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
公式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"
    }
}