Resources Saver
Save all of a webpage's files while retaining folder structure.
Что такое Resources Saver?
Resources Saver - это расширение Chrome, разработанное https://thorium.rocks, и его основная функция - "Save all of a webpage's files while retaining folder structure.".
Снимки экрана расширения
Скачать файл CRX расширения Resources Saver
Скачайте файлы расширений Resources Saver в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Chromium Extension for one click downloading of all webpage resources files while keeping folder structures.
- Alex313031 Основная информация о расширении
| Название | |
| ID | nlfcijlhljpenllloeheihmhoobeefpc |
| Официальный URL | https://chromewebstore.google.com/detail/resources-saver/nlfcijlhljpenllloeheihmhoobeefpc |
| Описание | Save all of a webpage's files while retaining folder structure. |
| Размер файла | 351 KB |
| Количество установок | 7,283 |
| Текущая Версия | 0.2.2 |
| Последнее Обновление | 2023-04-19 |
| Дата публикации | 2022-08-11 |
| Рейтинг | 5.00/5 Всего 3 оценок |
| Разработчик | https://thorium.rocks |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/Alex313031/Resources-Saver |
| URL страницы помощи | https://github.com/Alex313031/Resources-Saver/issues |
| URL страницы политики конфиденциальности | https://thorium.rocks/COC.html |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Resources Saver",
"short_name": "Resources Saver",
"manifest_version": 3,
"version": "0.2.2",
"version_name": "0.2.2",
"offline_enabled": true,
"minimum_chrome_version": "88",
"description": "Save all of a webpage's files while retaining folder structure.",
"author": "Alex313031",
"homepage_url": "https:\/\/github.com\/Alex313031\/Resources-Saver",
"icons": {
"16": "icons\/icon16.png",
"24": "icons\/icon24.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png",
"256": "icons\/icon256.png"
},
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"24": "icons\/icon24.png",
"32": "icons\/icon32.png",
"38": "icons\/icon38.png",
"48": "icons\/icon48.png"
},
"default_title": "Resources Saver",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs",
"downloads",
"downloads.shelf"
],
"host_permissions": [
"http:\/\/*\/",
"https:\/\/*\/",
"ftp:\/\/*\/",
"file:\/\/*\/",
"*:\/\/*\/*"
],
"devtools_page": "devtools.html"
} | |