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.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | mifinndldjidbdidlapemefmlnknkcmo |
| 官方網址 | 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
} | |