Ninja File Collector

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

什么是Ninja File Collector?

Ninja File Collector是由Joseph开发的Chrome扩展程序,该扩展的主要功能是“Shows a list of all the files the webpage uses through the Developer tools.”。

扩展截图

screenshot

下载Ninja File Collector扩展crx文件

下载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
}