Ninja File Collector

Shows a list of all the files the webpage uses through the Developer tools.

Ninja File Collector क्या है?

Ninja File Collector Joseph द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows a list of all the files the webpage uses through the Developer tools."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ninja File Collector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Shows a list of all the files the webpage uses through the Developer tools. Easy to copy and paste into other tools.                    

एक्सटेंशन की मूल जानकारी

नाम Ninja File Collector Ninja File Collector
ID mifinndldjidbdidlapemefmlnknkcmo
आधिकारिक URL https://chrome.google.com/webstore/detail/ninja-file-collector/mifinndldjidbdidlapemefmlnknkcmo
विवरण Shows a list of all the files the webpage uses through the Developer tools.
फ़ाइल का आकार 13.23 KB
स्थापना संख्या 665
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-11-21
प्रकाशन तिथि 2015-11-21
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Joseph
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/josephspurrier/ninja-file-collector
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ninja File Collector",
    "version": "1.0",
    "description": "Shows a list of all the files the webpage uses through the Developer tools.",
    "icons": {
        "128": "static\/images\/128\/ninja.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "devtools_page": "devtools.html",
    "manifest_version": 2
}