Manta Directory Listing

Create directory listings for public directories on Joyent's Manta

Manta Directory Listing là gì?

Manta Directory Listing là một tiện ích mở rộng Chrome được phát triển bởi bahamas10, và tính năng chính của nó là "Create directory listings for public directories on Joyent's Manta".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Manta Directory Listing

Tải xuống các tệp mở rộng Manta Directory Listing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Manta Directory Listing Manta Directory Listing
ID ekhnojbkmjgplcpnecfnlbpldcoddahe
URL Chính Thức https://chromewebstore.google.com/detail/manta-directory-listing/ekhnojbkmjgplcpnecfnlbpldcoddahe
Mô tả Create directory listings for public directories on Joyent's Manta
Kích Thước Tệp 6.73 KB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 0.0.8
Cập Nhật Lần Cuối 2013-12-20
Ngày Phát Hành 2013-12-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển bahamas10
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bahamas10/chrome-manta-directory-listing
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}