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 |
官方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\/*" ] } |