Manta Directory Listing
Create directory listings for public directories on Joyent's Manta
什麼是Manta Directory Listing?
Manta Directory Listing是由bahamas10開發的Chrome擴展程式,該擴展的主要功能是“Create directory listings for public directories on Joyent's Manta”。
擴展截圖
下載Manta Directory Listing擴展crx文件
下載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 |
ID | ekhnojbkmjgplcpnecfnlbpldcoddahe |
官方網址 | 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\/*" ] } |