Manta Directory Listing

Create directory listings for public directories on Joyent's Manta

Wat is Manta Directory Listing?

Manta Directory Listing is een Chrome-extensie ontwikkeld door bahamas10, en de belangrijkste functie is "Create directory listings for public directories on Joyent's Manta".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Manta Directory Listing

Download Manta Directory Listing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Manta Directory Listing Manta Directory Listing
ID ekhnojbkmjgplcpnecfnlbpldcoddahe
Officiële URL https://chromewebstore.google.com/detail/manta-directory-listing/ekhnojbkmjgplcpnecfnlbpldcoddahe
Beschrijving Create directory listings for public directories on Joyent's Manta
Bestandsgrootte 6.73 KB
Aantal Installaties 75
Huidige Versie 0.0.8
Laatst Bijgewerkt 2013-12-20
Publicatiedatum 2013-12-20
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar bahamas10
Betalingswijze free
Extensiewebsite https://github.com/bahamas10/chrome-manta-directory-listing
Ondersteunde Talen 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\/*"
    ]
}