Manta Directory Listing

Create directory listings for public directories on Joyent's Manta

What is Manta Directory Listing?

Manta Directory Listing is a Chrome extension developed by bahamas10, and its main feature is "Create directory listings for public directories on Joyent's Manta".

Extension Screenshots

screenshot

Download Manta Directory Listing Extension CRX File

Download Manta Directory Listing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Browse Joyent Manta public URLs from Chrome.

Note: This is not an official extension from Joyent, and I am in no way affiliated with them. This extension is open source and released under the MIT License.

Source: https://github.com/bahamas10/chrome-manta-directory-listing
Manta: http://www.joyent.com/products/manta                    

Extension Basic Information

Name Manta Directory Listing Manta Directory Listing
ID ekhnojbkmjgplcpnecfnlbpldcoddahe
Official URL https://chromewebstore.google.com/detail/manta-directory-listing/ekhnojbkmjgplcpnecfnlbpldcoddahe
Description Create directory listings for public directories on Joyent's Manta
File Size 6.73 KB
Installation Count 75
Current Version 0.0.8
Last Updated 2013-12-20
Publish Date 2013-12-20
Rating 5.00/5 Total 1 Ratings
Developer bahamas10
Payment Type free
Extension Website https://github.com/bahamas10/chrome-manta-directory-listing
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Manta Directory Listing",
    "version": "0.0.8",
    "manifest_version": 2,
    "description": "Create directory listings for public directories on Joyent's Manta",
    "homepage_url": "https:\/\/github.com\/bahamas10\/chrome-manta-directory-listing",
    "icons": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.manta.joyent.com\/*"
    ]
}