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".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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\/*" ] } |