DownloadPage(All resources,html+css+js+images)
Download all resources of the web page, including HTML, CSS, JavaScript and images. Download all resources according to the…
Что такое DownloadPage(All resources,html+css+js+images)?
DownloadPage(All resources,html+css+js+images) - это расширение Chrome, разработанное Download, и его основная функция - "Download all resources of the web page, including HTML, CSS, JavaScript and images. Download all resources according to the…".
Снимки экрана расширения
Скачать файл CRX расширения DownloadPage(All resources,html+css+js+images)
Скачайте файлы расширений DownloadPage(All resources,html+css+js+images) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Download all resources of the web page, including HTML, CSS, JavaScript and images. Основная информация о расширении
| Название | |
| ID | hdeapggikfpgpojodegljabgkemcbflb |
| Официальный URL | https://chromewebstore.google.com/detail/downloadpageall-resources/hdeapggikfpgpojodegljabgkemcbflb |
| Описание | Download all resources of the web page, including HTML, CSS, JavaScript and images. Download all resources according to the… |
| Размер файла | 468 KB |
| Количество установок | 3,513 |
| Текущая Версия | 1.0.0 |
| Последнее Обновление | 2022-07-14 |
| Дата публикации | 2022-07-14 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | Download |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en,zh-CN,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"default_locale": "zh_CN",
"version": "1.0.0",
"icons": {
"128": "icons\/logo128.png"
},
"action": {
"default_popup": "index.html",
"default_title": "__MSG_extName__",
"default_icon": {
"64": "icons\/logo64.png"
}
},
"options_page": "index.html",
"permissions": [
"tabs",
"background",
"webRequest",
"tabs",
"downloads"
],
"host_permissions": [
"file:\/\/\/*",
"*:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
}
} | |