Manta Directory Listing
Create directory listings for public directories on Joyent's Manta
Vad är Manta Directory Listing?
Manta Directory Listing är en Chrome-tillägg utvecklad av bahamas10, och dess huvudfunktion är "Create directory listings for public directories on Joyent's Manta".
Tilläggsskärmbilder
Ladda ner Manta Directory Listing-förlängningens CRX-fil
Ladda ner Manta Directory Listing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | ekhnojbkmjgplcpnecfnlbpldcoddahe |
| Officiell webbadress | https://chromewebstore.google.com/detail/manta-directory-listing/ekhnojbkmjgplcpnecfnlbpldcoddahe |
| Beskrivning | Create directory listings for public directories on Joyent's Manta |
| Filstorlek | 6.73 KB |
| Antal Installationer | 75 |
| Aktuell Version | 0.0.8 |
| Senast Uppdaterad | 2013-12-20 |
| Publiceringsdatum | 2013-12-20 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | bahamas10 |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/bahamas10/chrome-manta-directory-listing |
| Stödda Språk | 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\/*"
]
} | |