Manta Directory Listing
Create directory listings for public directories on Joyent's Manta
Cos'è Manta Directory Listing?
Manta Directory Listing è un'estensione di Chrome sviluppata da bahamas10, e la sua funzione principale è "Create directory listings for public directories on Joyent's Manta".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Manta Directory Listing
Scarica i file di estensione Manta Directory Listing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | ekhnojbkmjgplcpnecfnlbpldcoddahe |
| URL Ufficiale | https://chromewebstore.google.com/detail/manta-directory-listing/ekhnojbkmjgplcpnecfnlbpldcoddahe |
| Descrizione | Create directory listings for public directories on Joyent's Manta |
| Dimensione del File | 6.73 KB |
| Conteggio Installazioni | 75 |
| Versione Corrente | 0.0.8 |
| Ultimo Aggiornamento | 2013-12-20 |
| Data di Pubblicazione | 2013-12-20 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | bahamas10 |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/bahamas10/chrome-manta-directory-listing |
| Lingue Supportate | 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\/*"
]
} | |