Manta Directory Listing
Create directory listings for public directories on Joyent's Manta
Manta Directory Listing क्या है?
Manta Directory Listing bahamas10 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create directory listings for public directories on Joyent's Manta"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Manta Directory Listing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } |