Ninja File Collector

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

ما هو Ninja File Collector؟

Ninja File Collector هو إضافة Chrome تم تطويرها بواسطة Joseph، والميزة الرئيسية لها هي "Shows a list of all the files the webpage uses through the Developer tools.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Ninja File Collector

قم بتنزيل ملفات الامتداد Ninja File Collector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
}