Manta Directory Listing
Create directory listings for public directories on Joyent's Manta
Что такое Manta Directory Listing?
Manta Directory Listing - это расширение Chrome, разработанное bahamas10, и его основная функция - "Create directory listings for public directories on Joyent's Manta".
Снимки экрана расширения
Скачать файл CRX расширения Manta Directory Listing
Скачайте файлы расширений Manta Directory Listing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | ekhnojbkmjgplcpnecfnlbpldcoddahe |
| Официальный URL | https://chromewebstore.google.com/detail/manta-directory-listing/ekhnojbkmjgplcpnecfnlbpldcoddahe |
| Описание | Create directory listings for public directories on Joyent's Manta |
| Размер файла | 6.73 KB |
| Количество установок | 75 |
| Текущая Версия | 0.0.8 |
| Последнее Обновление | 2013-12-20 |
| Дата публикации | 2013-12-20 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | bahamas10 |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/bahamas10/chrome-manta-directory-listing |
| Поддерживаемые языки | 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\/*"
]
} | |