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.".
Снимки экрана расширения
Скачать файл 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.
Основная информация о расширении
Название | |
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 } |