Manta Directory Listing

Create directory listings for public directories on Joyent's Manta

Qu'est-ce que Manta Directory Listing ?

Manta Directory Listing est une extension Chrome développée par bahamas10, et sa fonction principale est "Create directory listings for public directories on Joyent's Manta".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Manta Directory Listing

Téléchargez les fichiers d'extension Manta Directory Listing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Manta Directory Listing Manta Directory Listing
ID ekhnojbkmjgplcpnecfnlbpldcoddahe
URL Officiel https://chromewebstore.google.com/detail/manta-directory-listing/ekhnojbkmjgplcpnecfnlbpldcoddahe
Description Create directory listings for public directories on Joyent's Manta
Taille du Fichier 6.73 KB
Nombre d'Installations 75
Version Actuelle 0.0.8
Dernière Mise à Jour 2013-12-20
Date de Publication 2013-12-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur bahamas10
Type de Paiement free
Site Web de l'Extension https://github.com/bahamas10/chrome-manta-directory-listing
Langues Prises en Charge 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\/*"
    ]
}