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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}