Manta Directory Listing
Create directory listings for public directories on Joyent's Manta
Co to jest Manta Directory Listing?
Manta Directory Listing to rozszerzenie Chrome opracowane przez bahamas10, a jego główną funkcją jest „Create directory listings for public directories on Joyent's Manta”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Manta Directory Listing
Pobierz pliki rozszerzeń Manta Directory Listing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ekhnojbkmjgplcpnecfnlbpldcoddahe |
| Oficjalny URL | https://chromewebstore.google.com/detail/manta-directory-listing/ekhnojbkmjgplcpnecfnlbpldcoddahe |
| Opis | Create directory listings for public directories on Joyent's Manta |
| Rozmiar pliku | 6.73 KB |
| Liczba instalacji | 75 |
| Aktualna Wersja | 0.0.8 |
| Ostatnia Aktualizacja | 2013-12-20 |
| Data Publikacji | 2013-12-20 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | bahamas10 |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/bahamas10/chrome-manta-directory-listing |
| Obsługiwane Języki | 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\/*"
]
} | |