ResourceDownloader
download all resource of website which you concerned.
ResourceDownloaderคืออะไร?
ResourceDownloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย baozilaji และคุณลักษณะหลักของมันคือ "download all resource of website which you concerned."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ResourceDownloader
ดาวน์โหลดไฟล์ส่วนขยาย ResourceDownloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It's an useful tool for users who want to download all kinds of resources of any websites which he/she concerns.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | keemeombengfdfboklkhhbgjpkacciig |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/resourcedownloader/keemeombengfdfboklkhhbgjpkacciig |
คำอธิบาย | download all resource of website which you concerned. |
ขนาดไฟล์ | 45 KB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2021-06-11 |
วันที่เผยแพร่ | 2021-06-08 |
ผู้พัฒนา | baozilaji |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/baozilaji/ResourceDownloader |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ResourceDownloader", "version": "0.0.2", "manifest_version": 2, "description": "download all resource of website which you concerned.", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "background": { "scripts": [ "js\/utils.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "ResourceDownloader", "default_popup": "option.html" }, "permissions": [ "webRequest", "storage", "downloads", "http:\/\/*\/*", "https:\/\/*\/*" ] } |