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)是由Download开发的Chrome扩展程序,该扩展的主要功能是“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)扩展crx文件
下载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';"
}
} | |