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