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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Manta Directory Listing Manta Directory Listing
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\/*"
    ]
}