Manta Directory Listing

Create directory listings for public directories on Joyent's Manta

Was ist Manta Directory Listing?

Manta Directory Listing ist eine Chrome-Erweiterung, die von bahamas10 entwickelt wurde, und ihr Hauptmerkmal ist "Create directory listings for public directories on Joyent's Manta".

Erweiterungsscreenshots

screenshot

Manta Directory Listing-Erweiterungs-CRX-Datei herunterladen

Laden Sie Manta Directory Listing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Manta Directory Listing Manta Directory Listing
ID ekhnojbkmjgplcpnecfnlbpldcoddahe
Offizielle URL https://chromewebstore.google.com/detail/manta-directory-listing/ekhnojbkmjgplcpnecfnlbpldcoddahe
Beschreibung Create directory listings for public directories on Joyent's Manta
Dateigröße 6.73 KB
Installationsanzahl 75
Aktuelle Version 0.0.8
Letztes Update 2013-12-20
Veröffentlichungsdatum 2013-12-20
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler bahamas10
Zahlungsart free
Erweiterungswebsite https://github.com/bahamas10/chrome-manta-directory-listing
Unterstützte Sprachen 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\/*"
    ]
}