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';"
}
} | |