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 |
公式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 } |